Skip to content

Commit

Permalink
update 4xx responses
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed May 9, 2019
1 parent d357acc commit b315ada
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions specifications/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ responseErr423: &responsesErr423
schema: *responsesErr

responsesListWallets: &responsesListWallets
<<: *responsesErr406
200:
description: Ok
schema:
Expand All @@ -681,15 +682,13 @@ responsesPostWallet: &responsesPostWallet
schema: *ApiWallet

responsesGetWallet: &responsesGetWallet
<<: *responsesErr400
<<: *responsesErr404
<<: *responsesErr406
200:
description: Ok
schema: *ApiWallet

responsesDeleteWallet: &responsesDeleteWallet
<<: *responsesErr400
<<: *responsesErr404
<<: *responsesErr406
<<: *responsesErr423
Expand Down

0 comments on commit b315ada

Please sign in to comment.