mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-31 12:44:29 +01:00
Merge pull request #2385 from AryanJ-NYC/fix-swag-docs
fix swagger docs missing query param
This commit is contained in:
@@ -8,6 +8,17 @@
|
||||
"summary": "Get store on-chain payment methods",
|
||||
"description": "View information about the stores' configured on-chain payment methods",
|
||||
"operationId": "StoreOnChainPaymentMethods_GetOnChainPaymentMethods",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "storeId",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"description": "The store to fetch",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "list of payment methods",
|
||||
|
||||
Reference in New Issue
Block a user