UpdateConsent
Testing Env
https://testing--decathlonstore.myvtex.com
Testing Env
https://testing--decathlonstore.myvtex.com
PATCH
/consent
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://testing--decathlonstore.myvtex.com/consent' \
--header 'Content-Type: application/json' \
--data-raw '{
"consents": {
"purposes": [
{
"id": "mysports-RmzeVX4K",
"enabled": true
}
],
"channels": [
{
"id": "email-5abRusEp",
"enabled": false
},
{
"id": "sms-bov8K0FR",
"enabled": false
},
{
"id": "social-f8tNI9LL",
"enabled": false
},
{
"id": "pushnotif-4fWL4sPx",
"enabled": false
}
]
}
}'
Response Response Example
{}
Request
Body Params application/json