NotFoundResponse
Response schema for not found requests
errors object[]required
Array [
detailstringrequired
Error message
Possible values: [Not Found]
statusstringrequired
HTTP status code
Possible values: [404]
]
NotFoundResponse
{
"errors": [
{
"detail": "Not Found",
"status": "404"
}
]
}