Unauthorized to execute operation, because the session could not be authenticated, because either no authentication was provided or the provided authentication was invalid.
NotFoundError:
description:|-
The specified resource (i.e., object) could not be found. This can be because it truly doesn't exist (the more likely case), or because the client is not allowed to know the resource exists (e.g., because it is private and belongs to another user).
BadRequestError:
description:|-
The request body was invalid, because it is syntactically or semantically malformed. The error response by the server might provide more details.
securitySchemes:
secretBearerAuth:
scheme:bearer
bearerFormat:Random string
type:http
description:Authentication against endpoints with a secret using HTTP Bearer Auth
userPasswordAuth:
scheme:basic
type:http
description:Authentication against endpoints with a username and password using HTTP Basic Auth