PUTa tag
PUT /user-api/v1/tags/:id
Headers
| Header | Value |
|---|---|
Content-Type | application/json |
x-rolodex-api-key | f1e2d3c4b5a697... |
Path Parameters
Tag ID
Query Parameters
Related data to include:
contacts, companies, tasksEndpoint Example
PUT /user-api/v1/tags/tag_99999?include=contacts
Relationship fields (
contacts, companies, tasks) are replaced entirely with the provided values. To add to existing relationships, include all current values plus new ones.