v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Email Accounts

Update a tag

<small>Requires the channels:operate scope (or a broader one that includes it).</small>

Updates the name and/or color of an email account tag.

put/v3/email-accounts/tags/{tagId}

Path parameters

tagIdinteger required

Tag ID

Request body

namestring

New tag name

colorIdinteger

New color identifier

Example request

{
  "name": "Sales",
  "colorId": 5
}

Response

Tag updated successfully. The response body is empty.

{"stackTrail":"paths:/v3/email-accounts/tags/{tagId}:put:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","description":"Empty body"}