mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 15:14:49 +01:00
Fix doc for address preview of derivation scheme
This commit is contained in:
@@ -360,13 +360,20 @@
|
||||
}
|
||||
],
|
||||
"description": "View addresses of a proposed payment method of the store",
|
||||
"operationId": "StoreOnChainPaymentMethods_GetOnChainPaymentMethodPreview",
|
||||
"operationId": "StoreOnChainPaymentMethods_POSTOnChainPaymentMethodPreview",
|
||||
"requestBody": {
|
||||
"x-name": "request",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/OnChainPaymentMethodDataPreview"
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"derivationScheme": {
|
||||
"type": "string",
|
||||
"description": "The derivation scheme",
|
||||
"example": "xpub..."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user