Skip to content

Commit

Permalink
deploy: 72362d3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 10, 2024
1 parent 601b940 commit 8a31375
Show file tree
Hide file tree
Showing 194 changed files with 895 additions and 1,534 deletions.
6 changes: 3 additions & 3 deletions 404.html

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions API/Greenfield/Plugins/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,35 @@
"url": "https://docs.btcpayserver.org/API/Greenfield/v1/"
},
"components": {
"parameters": {
"StoreId": {
"name": "storeId",
"in": "path",
"required": true,
"description": "The store ID",
"schema": {
"$ref": "#/components/schemas/StoreId"
}
},
"InvoiceId": {
"name": "invoiceId",
"in": "path",
"required": true,
"description": "The invoice ID",
"schema": {
"type": "string"
}
},
"UserIdOrEmail": {
"name": "idOrEmail",
"in": "path",
"required": true,
"description": "The user's id or email",
"schema": {
"type": "string"
}
}
},
"schemas": {
"ValidationProblemDetails": {
"type": "array",
Expand Down Expand Up @@ -110,6 +139,11 @@
"format": "minutes",
"description": "A span of times in minutes"
},
"StoreId": {
"type": "string",
"description": "Store ID of the item",
"example": "9CiNzKoANXxmk5ayZngSXrHTiVvvgCrwrpFQd4m2K776"
},
"PaymentMethodId": {
"type": "string",
"description": "Payment method IDs. Available payment method IDs for Bitcoin are: \n- `\"BTC-CHAIN\"`: Onchain \n-`\"BTC-LN\"`: Lightning \n- `\"BTC-LNURL\"`: LNURL",
Expand Down
Loading

0 comments on commit 8a31375

Please sign in to comment.