Skip to content

Commit

Permalink
Remove useless code from Error response
Browse files Browse the repository at this point in the history
  • Loading branch information
Orhideous committed Aug 8, 2022
1 parent 02209da commit cac8872
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -783,14 +783,9 @@ components:
Error:
type: object
required:
- code
- message
additionalProperties: false
properties:
code:
type: integer
format: int32
description: Error code
message:
type: string
description: Error message
Expand Down

0 comments on commit cac8872

Please sign in to comment.