description:A response indicating that the request could not be processed because it is invalid or malformed
summary:Invalid Request
value:
detail:Malformed request.
schema:
$ref:'#/components/schemas/BadRequest'
description:Bad Request
"401":
content:
application/json:
examples:
Unauthorized:
description:A response indicating that the request could not be processed because the requester is not authorized to make the request.
value:
detail:Unauthorized request.
schema:
$ref:'#/components/schemas/Unauthorized'
description:Unauthorized
"403":
content:
application/json:
examples:
Forbidden:
description:A response indicating that the request could not be processed because the requester does not have the permissions required to make the request.
value:
detail:Forbidden
schema:
$ref:'#/components/schemas/Forbidden'
description:Forbidden
"500":
content:
application/json:
examples:
ServerError:
description:A response indicating that the request could not be processed because of an internal server error.