update_task_item
Modify task details in Procore projects by updating fields like title, status, due date, assignees, and attachments to keep construction workflows current.
Instructions
Update task item. [Core/Tasks] PATCH /rest/v1.0/task_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task Item ID | |
| project_id | Yes | Unique identifier for the project. | |
| title | No | Title | |
| number | No | Number | |
| description | No | Description | |
| due_date | No | Date and time due | |
| status | No | Status | |
| task_item_category_id | No | The task item category to associate with the task item. | |
| private | No | Privacy flag | |
| assigned_id | No | Assignee ID | |
| assignee_ids | No | Assignee IDs | |
| distribution_member_ids | No | Distribution Member IDs | |
| prostore_file_ids | No | Prostore File IDs | |
| attachments | No | Task Item attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as files. | |
| drawing_revision_ids | No | Drawing Revisions to attach to the response | |
| file_version_ids | No | File Versions to attach to the response | |
| form_ids | No | Forms to attach to the response | |
| image_ids | No | Images to attach to the response | |
| upload_ids | No | Uploads to attach to the response | |
| document_management_document_revision_ids | No | PDM document to attach to the response |