curl --request PATCH \
--url http://localhost:6900/v1/coupons/{id} \
--header 'Content-Type: application/json' \
--data '
{
"is_active": true,
"metadata": {}
}
'nullUpdates the active status or metadata of a coupon.
curl --request PATCH \
--url http://localhost:6900/v1/coupons/{id} \
--header 'Content-Type: application/json' \
--data '
{
"is_active": true,
"metadata": {}
}
'nullDocumentation Index
Fetch the complete documentation index at: https://docs.revstack.dev/llms.txt
Use this file to discover all available pages before exploring further.