docs fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
post:
|
||||
tags: [PaymentMethods]
|
||||
tags: [Payment Methods]
|
||||
summary: Create payment method
|
||||
description: Creates a payment method in the organization identified by `organizations_ref`.
|
||||
operationId: paymentMethodsCreate
|
||||
security:
|
||||
- bearerAuth: []
|
||||
@@ -19,7 +20,7 @@ post:
|
||||
- type: object
|
||||
properties:
|
||||
data:
|
||||
$ref: ./response/payment_method.yaml#/components/schemas/PaymentMethodsAuthData
|
||||
$ref: ./response/payment_method.yaml#/components/schemas/Payment MethodsAuthData
|
||||
'400':
|
||||
$ref: ../response/operation.yaml#/components/responses/BadRequest
|
||||
'401':
|
||||
|
||||
Reference in New Issue
Block a user