Skip to content

Commit

Permalink
Merge pull request #252 from input-output-hk/piotr/220/update_api_spec
Browse files Browse the repository at this point in the history
update 4xx responses in API spec
  • Loading branch information
piotr-iohk authored May 10, 2019
2 parents 1b12c1d + fa378d7 commit b250e6a
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 b250e6a

Please sign in to comment.