Fix doc for address preview of derivation scheme

This commit is contained in:
nicolas.dorier
2022-01-10 23:03:30 +09:00
parent 8bea3dd21e
commit 47c1ffe53f

View File

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