Updated YAML specs

This commit is contained in:
aleksei
2021-06-07 09:21:05 +02:00
parent 18af5719a1
commit ac74290fb7
42 changed files with 12926 additions and 983 deletions

View File

@@ -104,16 +104,16 @@ paths:
content:
application/json:
examples:
getCostEstimateMinimal:
$ref: '#/components/examples/post-getCostEstimate-getCostEstimateMinimal'
getCostEstimate:
$ref: '#/components/examples/post-getCostEstimate-getCostEstimate'
getCostEstimateRecurringContract:
$ref: '#/components/examples/post-getCostEstimate-getCostEstimateRecurringContract'
getCostEstimateMinimal3DS:
$ref: '#/components/examples/post-getCostEstimate-getCostEstimateMinimal3DS'
getCostEstimateEncryptedCard:
$ref: '#/components/examples/post-getCostEstimate-getCostEstimateEncryptedCard'
getCostEstimateMinimal:
$ref: '#/components/examples/post-getCostEstimate-getCostEstimateMinimal'
getCostEstimateMinimal3DS:
$ref: '#/components/examples/post-getCostEstimate-getCostEstimateMinimal3DS'
getCostEstimateRecurringContract:
$ref: '#/components/examples/post-getCostEstimate-getCostEstimateRecurringContract'
schema:
$ref: '#/components/schemas/CostEstimateRequest'
responses:
@@ -121,14 +121,14 @@ paths:
content:
application/json:
examples:
getCostEstimate-200:
$ref: '#/components/examples/post-getCostEstimate-getCostEstimate-200'
getCostEstimateEncryptedCard-200:
$ref: '#/components/examples/post-getCostEstimate-getCostEstimateEncryptedCard-200'
getCostEstimateMinimal-200:
$ref: '#/components/examples/post-getCostEstimate-getCostEstimateMinimal-200'
getCostEstimateMinimal3DS-200:
$ref: '#/components/examples/post-getCostEstimate-getCostEstimateMinimal3DS-200'
getCostEstimate-200:
$ref: '#/components/examples/post-getCostEstimate-getCostEstimate-200'
schema:
$ref: '#/components/schemas/CostEstimateResponse'
description: OK - the request has succeeded.