{
"tag": {
"value": "black_friday_2024"
}
}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/content/management/tags/212?dry_run=' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"tag": {
"value": "black_friday_2024"
}
}'
{
"tag": {
"id": 1,
"value": "ipsum eu Excepteur",
"customer_id": 447,
"created_at": "2022-11-05T16:25:58.099Z",
"updated_at": "2022-11-15T16:25:58.099Z"
}
}