mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
Updated YAML specs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user