docs fix
This commit is contained in:
@@ -31,9 +31,7 @@ components:
|
||||
type: string
|
||||
quoteRef:
|
||||
type: string
|
||||
aggregate:
|
||||
$ref: ../../../models/payment/payment.yaml#/components/schemas/PaymentQuoteAggregate
|
||||
quotes:
|
||||
items:
|
||||
type: array
|
||||
items:
|
||||
$ref: ../../../models/payment/payment.yaml#/components/schemas/PaymentQuote
|
||||
@@ -43,6 +41,7 @@ components:
|
||||
additionalProperties: false
|
||||
required:
|
||||
- accessToken
|
||||
- payments
|
||||
properties:
|
||||
accessToken:
|
||||
$ref: ../../../models/auth/token_data.yaml#/components/schemas/TokenData
|
||||
|
||||
Reference in New Issue
Block a user