Rename a tag
Rename a tag. The contacts assigned to the tag are unaffected. Names are unique within a profile, so renaming a tag to a name that is already taken is rejected.
Rename a tag.
The contacts assigned to the tag are unaffected. Names are unique within a profile, so renaming a tag to a name that is already taken is rejected.
Authorizations
AuthorizationstringRequired
API Token authentication
Path parameters
profileUuidstringRequiredExample:
Profile uuid parameter
550e8400-e09b-41d4-a716-400055000000tagUuidstring · uuidRequiredExample:
Tag uuid parameter
550e8400-e29b-41d4-a716-446655440000Body
Rename a tag
valuestring · max: 255RequiredExample:
New tag name
NewsletterResponses
200
Success response
application/json
uuidstringOptionalExample:
550e8400-e29b-41d4-a716-446655440000typestring · enumOptionalExample:
How the tag came about. custom covers the tags you create yourself, form covers the ones Reach creates for its forms.
customPossible values: valuestringOptionalExample:
Newslettercreated_atstring · date-timeOptionalExample:
2025-02-27T11:54:22Z401
Unauthenticated response
application/json
422
Validation error response
application/json
500
Error response
application/json
patch/api/reach/v1/profiles/{profileUuid}/tags/{tagUuid}
PATCH /api/reach/v1/profiles/{profileUuid}/tags/{tagUuid} HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 22
{
"value": "Newsletter"
}{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"type": "custom",
"value": "Newsletter",
"created_at": "2025-02-27T11:54:22Z"
}Last updated
Was this helpful?