Detail Reason
Detail Reason
Path Parameters
id uuid required
Reason UUID
Responses
- 200
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
data object
id uuid
reason string
Possible values: non-empty
and <= 255 characters
type string
Possible values: [CANCELED
]
errors object
property name* string[]
string
{
"data": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reason": "string",
"type": "CANCELED"
},
"errors": {}
}
Not Found
Loading...