Merge pull request #2383 from bolatovumar/fix/2382

Update Swagger for "/api/v1/stores/{storeId}/payment-methods/LightningNetwork"
This commit is contained in:
Andrew Camilleri
2021-03-21 10:50:11 +01:00
committed by GitHub

View File

@@ -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": {