SettingsClustersSoftwareDraftsFilterSpec

The Drafts.FilterSpec structure contains fields used to filter the results when listing software drafts. See Drafts.list.


Properties

array of string
owners Optional

Owners of the drafts. If unset or empty, drafts from all owners will be returned.

JSON Example

{
	"owners": [
		"string"
	]
}

Feedback

Was this page helpful?