PUT a Task
PUT /user-api/v1/tasks/:id
Headers
| Header | Value |
|---|---|
Content-Type | application/json |
x-rolodex-api-key | f1e2d3c4b5a697... |
Path Parameters
Task ID
Query Parameters
Related data to include:
tagsEndpoint Example
PUT /user-api/v1/tasks/task_99999?include=tags
Relationship fields (
contacts, tags) are replaced entirely with the provided values. To add to existing relationships, include all current values plus new ones. Set assignee or creator to null to remove them.