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 10, 2019
1 parent d357acc commit 4bab1e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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,18 +682,15 @@ responsesPostWallet: &responsesPostWallet
schema: *ApiWallet

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

responsesDeleteWallet: &responsesDeleteWallet
<<: *responsesErr400
<<: *responsesErr404
<<: *responsesErr406
<<: *responsesErr423
204:
description: No Content

Expand Down

0 comments on commit 4bab1e8

Please sign in to comment.