mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-31 04:34:26 +01:00
Merge pull request #2383 from bolatovumar/fix/2382
Update Swagger for "/api/v1/stores/{storeId}/payment-methods/LightningNetwork"
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user