Add Tags to Contact
Contacts
Add Tags to Contact
Add tags to a contact (merges with existing tags, no duplicates)
POST
Add Tags to Contact
Request
Path Parameters
Contact ID (UUID)
Body Parameters
Array of tag strings to add
Headers
Response
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | Missing or invalid tags array |
| 404 | not_found | Contact not found |
| 403 | insufficient_permissions | Missing contacts:write permission |