Merge pull request #2385 from AryanJ-NYC/fix-swag-docs

fix swagger docs missing query param
This commit is contained in:
Andrew Camilleri 2021-03-21 16:44:06 +01:00 committed by GitHub
commit db3ba6db3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",