mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-03 22:24:27 +01:00
Fix doc
This commit is contained in:
@@ -246,7 +246,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/v1/stores/{storeId}/payout-processors/LightningAutomatedPayoutSenderFactory/{paymentMethodId}": {
|
||||
"/api/v1/stores/{storeId}/payout-processors/LightningAutomatedPayoutSenderFactory/{payoutMethodId}": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"Stores (Payout Processors)"
|
||||
@@ -263,7 +263,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/parameters/PaymentMethodId"
|
||||
"$ref": "#/components/parameters/PayoutMethodId"
|
||||
}
|
||||
],
|
||||
"description": "Get configured store Lightning automated payout processors",
|
||||
|
||||
@@ -293,6 +293,16 @@
|
||||
"$ref": "#/components/schemas/PaymentMethodId"
|
||||
},
|
||||
"example": "BTC-CHAIN"
|
||||
},
|
||||
"PayoutMethodId": {
|
||||
"name": "paymentMethodId",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"description": "The payout method id",
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/PayoutMethodId"
|
||||
},
|
||||
"example": "BTC-CHAIN"
|
||||
}
|
||||
},
|
||||
"schemas": {
|
||||
|
||||
Reference in New Issue
Block a user