mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
Merge pull request #2385 from AryanJ-NYC/fix-swag-docs
fix swagger docs missing query param
This commit is contained in:
commit
db3ba6db3c
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user