Update Swagger for "/api/v1/stores/{storeId}/payment-methods/LightningNetwork"

This commit is contained in:
Umar Bolatov 2021-03-20 19:53:03 -07:00
parent ce6c9c91fc
commit 738aaeed12
No known key found for this signature in database
GPG key ID: 2C1F9AEB371D2A28

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