cURL
curl --request PUT \ --url https://api.sendx.io/api/v1/rest/tag/{tagId} \ --header 'Content-Type: application/json' \ --header 'X-Team-ApiKey: <api-key>' \ --data '{ "name": "Marketing Tag" }'
{ "status": "<string>", "message": "<string>", "data": "<string>" }
Update an existing tag
ID of the tag to update
The tag content
The body is of type object.
object
Tag updated successfully
The response is of type object.
Was this page helpful?