Skip to content

Commit

Permalink
Merge pull request #45 from input-output-hk/api_spec_error_code
Browse files Browse the repository at this point in the history
fix 406 to be correct 410 error code
  • Loading branch information
KtorZ authored Mar 11, 2019
2 parents 1fc6bd6 + 82c4f60 commit c1e5f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specifications/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ responsesErr409: &responsesErr409
schema: *responsesErr

responsesErr410: &responsesErr410
406:
410:
description: Gone
schema: *responsesErr

Expand Down

0 comments on commit c1e5f6a

Please sign in to comment.