From ec9798c8309fbefd8478bad8cb22725454bb990e Mon Sep 17 00:00:00 2001 From: KtorZ Date: Wed, 15 May 2019 17:42:57 +0200 Subject: [PATCH] fix references to 'ApiTransaction' in swagger specification --- specifications/api/swagger.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specifications/api/swagger.yaml b/specifications/api/swagger.yaml index 7cd80ba4276..6cabd8a5a5f 100644 --- a/specifications/api/swagger.yaml +++ b/specifications/api/swagger.yaml @@ -723,7 +723,7 @@ responsesListTransactions: &responsesListTransactions example: inserted-at 20190227T160329Z-20190101T042557Z/42 schema: type: array - items: &ApiTransaction + items: *ApiTransaction responsesPostTransaction: &responsesPostTransaction <<: *responsesErr400 @@ -733,7 +733,7 @@ responsesPostTransaction: &responsesPostTransaction <<: *responsesErr415 202: description: Accepted - schema: &ApiTransaction + schema: *ApiTransaction responsesPostTransactionFee: &responsesPostTransactionFee <<: *responsesErr400 @@ -774,7 +774,7 @@ responsesJoinStakePool: &responsesJoinStakePool <<: *responsesErr415 202: description: Accepted - schema: &ApiTransaction + schema: *ApiTransaction responsesQuitStakePool: &responsesQuitStakePool <<: *responsesJoinStakePool