Skip to content

Commit

Permalink
updated openAPI rest API doc. to insert missing field for responseCod…
Browse files Browse the repository at this point in the history
…e enum values
  • Loading branch information
Agnul97 committed Apr 19, 2023
1 parent aec93e1 commit 79d77aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ components:
type: string
enum:
- ACCEPTED
- SENT
- BAD_REQUEST
- NOT_FOUND
- INTERNAL_ERROR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ components:
type: string
enum:
- ACCEPTED
- SENT
- BAD_REQUEST
- NOT_FOUND
- INTERNAL_ERROR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ components:
type: string
enum:
- ACCEPTED
- SENT
- BAD_REQUEST
- NOT_FOUND
- INTERNAL_ERROR
Expand Down

0 comments on commit 79d77aa

Please sign in to comment.