Store Reason
Store Reaosn
application/json
Request Body required
The Body to Store Reason
reason string
Possible values: non-empty
and <= 255 characters
type string
Possible values: [CANCELED
]
Responses
- 200
- 400
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
data object
id string
errors object
property name* string[]
string
{
"data": {
"id": "string"
},
"errors": {}
}
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors
errors_v2 object
formatted object
issues object[]
code string
expected
message string
path string[]
received
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Loading...