[{"label":"Latest (v1.0)","version":"latest"}]
csp

PartialSuccessResponseString

Defines the properties of the partial success response.


Properties

array of string
failed Optional

The entities for which the operation failed.


array of string
succeeded Optional

The entities for which the operation is successful.

JSON Example

{
	"failed": [
		"string"
	],
	"succeeded": [
		"string"
	]
}

Feedback

Was this page helpful?