update contact tags
PATCH/org/:orgId/contact/:contactId/tag
Update the tags for a contact. Tags must be alphabetic strings, max 10 characters each, max 5 tags total.
Request
Path Parameters
orgId stringrequired
Organization ID
contactId stringrequired
Contact ID
- application/json
Body
required
Request Body
- api.UpdateContactTagsRequest
oneOf
tags string[]
Responses
- 200
- 400
- 500
Successfully validated and updated tags
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
string
[
"string"
]
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string
Loading...