v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBProduct
Update deposit product
Update deposit by product ID. Note that product ID is Pismo-generated.<br> This endpoint generates the Deposit product updated event.
patch/v1/deposits/{productId}
Path parameters
productIdstring required
Product ID
Headers
AuthorizationTokenstring required
Generic token. Token encoded with a generic token ID. Tokens can expire quickly, which can result in a 401 Unauthorized error.
Request body
Example request
{
"status": "ACTIVE",
"reason": "Activating product",
"min_amount": 50,
"notices": [
{
"days_before_maturity": 60,
"description": "Updated single 60-day notice"
}
]
}Response
Success