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

ChangeApiTokensStatusResponse

Properties

failures Optional

Token Ids failed to update


array of string
successes Optional

List of successfully updated token Ids

JSON Example

{
	"failures": [
		{
			"id": "string",
			"message": "string"
		}
	],
	"successes": [
		"string"
	]
}

Feedback

Was this page helpful?