docs fix
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
get:
|
||||
tags: [PaymentMethods]
|
||||
tags: [Payment Methods]
|
||||
summary: List payment methods for recipient
|
||||
description: |
|
||||
Returns payment methods available for `recipients_ref` within `organizations_ref`.
|
||||
Supports offset pagination and optional archive filtering.
|
||||
operationId: paymentMethodsList
|
||||
security:
|
||||
- bearerAuth: []
|
||||
@@ -21,7 +24,7 @@ get:
|
||||
- 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