Skip to content

Commit

Permalink
fix references to 'ApiTransaction' in swagger specification
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed May 16, 2019
1 parent 95bc4e2 commit ec9798c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specifications/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ responsesListTransactions: &responsesListTransactions
example: inserted-at 20190227T160329Z-20190101T042557Z/42
schema:
type: array
items: &ApiTransaction
items: *ApiTransaction

responsesPostTransaction: &responsesPostTransaction
<<: *responsesErr400
Expand All @@ -733,7 +733,7 @@ responsesPostTransaction: &responsesPostTransaction
<<: *responsesErr415
202:
description: Accepted
schema: &ApiTransaction
schema: *ApiTransaction

responsesPostTransactionFee: &responsesPostTransactionFee
<<: *responsesErr400
Expand Down Expand Up @@ -774,7 +774,7 @@ responsesJoinStakePool: &responsesJoinStakePool
<<: *responsesErr415
202:
description: Accepted
schema: &ApiTransaction
schema: *ApiTransaction

responsesQuitStakePool: &responsesQuitStakePool
<<: *responsesJoinStakePool
Expand Down

0 comments on commit ec9798c

Please sign in to comment.