fix swagger

This commit is contained in:
Kukks
2020-06-07 08:30:04 +02:00
parent 30bd94ee43
commit cf00784096

View File

@@ -3,7 +3,7 @@
"/api/v1/stores/{storeId}/lightning/{cryptoCode}/info": {
"get": {
"tags": [
"Lightning (Internal Node)"
"Lightning (Store)"
],
"summary": "Get node information",
"parameters": [
@@ -79,7 +79,7 @@
"/api/v1/stores/{storeId}/lightning/{cryptoCode}/connect": {
"post": {
"tags": [
"Lightning (Internal Node)"
"Lightning (Store)"
],
"summary": "Connect to lightning node",
"parameters": [
@@ -158,7 +158,7 @@
"/api/v1/stores/{storeId}/lightning/{cryptoCode}/channels": {
"get": {
"tags": [
"Lightning (Internal Node)"
"Lightning (Store)"
],
"summary": "Get channels",
"parameters": [
@@ -225,7 +225,7 @@
},
"post": {
"tags": [
"Lightning (Internal Node)"
"Lightning (Store)"
],
"summary": "Open channel",
"parameters": [
@@ -304,7 +304,7 @@
"/api/v1/stores/{storeId}/lightning/{cryptoCode}/address": {
"get": {
"tags": [
"Lightning (Internal Node)"
"Lightning (Store)"
],
"summary": "Get deposit address",
"parameters": [
@@ -361,7 +361,7 @@
"/api/v1/stores/{storeId}/lightning/{cryptoCode}/invoices/{id}": {
"get": {
"tags": [
"Lightning (Internal Node)"
"Lightning (Store)"
],
"summary": "Get invoice",
"parameters": [
@@ -426,7 +426,7 @@
"/api/v1/stores/{storeId}/lightning/{cryptoCode}/invoices/pay": {
"post": {
"tags": [
"Lightning (Internal Node)"
"Lightning (Store)"
],
"summary": "Pay Lightning Invoice",
"parameters": [
@@ -505,7 +505,7 @@
"/api/v1/stores/{storeId}/lightning/{cryptoCode}/invoices": {
"post": {
"tags": [
"Lightning (Internal Node)"
"Lightning (Store)"
],
"summary": "Create lightning invoice",
"parameters": [
@@ -591,7 +591,7 @@
},
"tags": [
{
"name": "Lightning (Internal Node)"
"name": "Lightning (Store)"
}
]
}