mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 01:43:50 +01:00
Fix route's param in doc
This commit is contained in:
parent
a7c70e6912
commit
9c8fe9277d
@ -177,14 +177,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cryptoCode",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"description": "The crypto code of the payment method to fetch",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"example": "BTC"
|
||||
"$ref": "#/components/parameters/PaymentMethodId"
|
||||
},
|
||||
{
|
||||
"name": "offset",
|
||||
|
Loading…
Reference in New Issue
Block a user