Skip to content

Commit

Permalink
Merge #1683
Browse files Browse the repository at this point in the history
1683: Fix response code for payment-fees in swagger r=piotr-iohk a=piotr-iohk

# Issue Number

<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->


# Overview

<!-- Detail in a few bullet points the work accomplished in this PR -->

- [ ] Fix response code for payment-fees in swagger (to match actual 202)


# Comments

<!-- Additional comments or screenshots to attach if any -->

<!-- 
Don't forget to:

 ✓ Self-review your changes to make sure nothing unexpected slipped through
 ✓ Assign yourself to the PR
 ✓ Assign one or several reviewer(s)
 ✓ Once created, link this PR to its corresponding ticket
 ✓ Assign the PR to a corresponding milestone
 ✓ Acknowledge any changes required to the Wiki
-->


Co-authored-by: Piotr Stachyra <[email protected]>
  • Loading branch information
iohk-bors[bot] and Piotr Stachyra authored May 25, 2020
2 parents ced9ed1 + babb0a1 commit ae30666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specifications/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1530,8 +1530,8 @@ x-responsesPostTransactionFee: &responsesPostTransactionFee
<<: *responsesErr405
<<: *responsesErr406
<<: *responsesErr415
200:
description: Ok
202:
description: Accepted
content:
application/json:
schema: *ApiFee
Expand Down

0 comments on commit ae30666

Please sign in to comment.