curl https://api.thanxsandbox.com/tags \ -X PUT \ $AUTH_HEADERS -d '{ "tag": { "key": "allergens", "merchant_id": "weroifs", "values": [ "gluten", "soy", "dairy", "honey" ] } }'
{ "tag": { "id": "werwerr", "user_id": "werofsdf", "merchant_id": "weroif", "key": "allergens", "values": ["gluten", "soy", "dairy", "honey"] } }
This endpoint updates an attribute tag for the given user. The tag associated with the key in the request will be created or updated with the values passed in.
string