Fix route's param in doc

This commit is contained in:
nicolas.dorier 2024-09-02 16:27:49 +09:00
parent a7c70e6912
commit 9c8fe9277d
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

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