Skip to content

Commit

Permalink
Correction for error codes v01
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamoto0104 authored Nov 28, 2024
1 parent 463df85 commit 53f5879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/API_definitions/number-recycling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,17 @@ components:
required:
- status
- code
- detail
- message
properties:
status:
type: integer
description: HTTP response status code
code:
type: string
description: Code given to this error
detail:
message:
type: string
description: Detailed error description
description: A human readable description of what the event represent
responses:
Generic200:
description: OK
Expand Down

0 comments on commit 53f5879

Please sign in to comment.