401.yaml 335 B

1234567891011121314
  1. description: Unauthorized
  2. content:
  3. application/json:
  4. schema:
  5. type: object
  6. properties:
  7. code:
  8. type: number
  9. description: HTTP response code
  10. example: 401
  11. message:
  12. type: string
  13. description: Message describing the error
  14. example: Unauthorized user