SettingsClustersEnablementSoftwareEnableSpec

The Software.EnableSpec structure contains information describing checks that should be skipped during enablement. Currently only SOFTWARE check can be skipped.


Properties

boolean
skip_software_check Required

Skip SOFTWARE check during feature enablement.

JSON Example

{
	"skip_software_check": false
}

Feedback

Was this page helpful?