Skip to content

Update Customer Tag

POST
/admin/customer-tags/{id}
curl --request POST \
--url http://localhost:9000/admin/customer-tags/example \
--header 'Content-Type: application/json' \
--data '{ "value": "example", "metadata": {} }'
id
required
string
Media type application/json
object
value
string
metadata
object
key
additional properties
any
Example generated
{
"value": "example",
"metadata": {}
}

OK

Media type application/json
object
Example generated
{}