mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
Update Swagger for "/api/v1/stores/{storeId}/payment-methods/LightningNetwork"
This commit is contained in:
parent
ce6c9c91fc
commit
738aaeed12
1 changed files with 11 additions and 0 deletions
|
@ -6,6 +6,17 @@
|
|||
"Store Payment Methods (Lightning Network)"
|
||||
],
|
||||
"summary": "Get store Lightning Network payment methods",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "storeId",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"description": "The store to fetch",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"description": "View information about the stores' configured Lightning Network payment methods",
|
||||
"operationId": "StoreLightningNetworkPaymentMethods_GetLightningNetworkPaymentMethods",
|
||||
"responses": {
|
||||
|
|
Loading…
Add table
Reference in a new issue