Skip to main content
PUT
/
v3
/
email-accounts
/
tags
/
{tagId}
Update a tag
curl --request PUT \
  --url https://api.reply.io/v3/email-accounts/tags/{tagId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Sales",
  "colorId": 5
}
'
"<unknown>"

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

tagId
integer
required

Tag ID

Body

application/json
name
string

New tag name

colorId
integer<int16>

New color identifier

Response

Tag updated successfully. The response body is empty.

Empty body