PUT
/
tag
/
{tagId}
Update a Tag
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>"
}

Authorizations

X-Team-ApiKey
string
header
required

Path Parameters

tagId
string
required

ID of the tag to update

Body

application/json

The tag content

The body is of type object.

Response

200
application/json

Tag updated successfully

The response is of type object.