PUT/contact-tags/{contactTagId}
Updates a contact tag.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
contact
| Parameter | Type | Description |
|---|---|---|
| contactTagId | string | Contact tag ID required example : ctag2a81-94b6-4642-6903-03aa7977da91 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
| Property | Type | Description |
|---|---|---|
| contactTagName | string | Tag name required maxLength : 30 |
example
1{2 "contactTagName": "company tag"3}OK
| Property | Type | Description |
|---|---|---|
| contactTagId | string | Contact tag ID readOnly : true |
| contactTagName | string | Tag name required maxLength : 30 |
| type | string | Tag type
Allowed values : COMPANY, USER readOnly : true |
| userId | string | User tag creator
readOnly : true |
example
1{2 "contactTagId": "ctag2a81-94b6-4642-6903-03aa7977da91",3 "contactTagName": "company tag",4 "type": "COMPANY"5}Bad Request
Forbidden
Not Found
Conflict