Update Task Item
update_task_itemUpdate a task item's attributes in a Procore project. Modify fields like title, status, or due date to keep task information accurate.
Instructions
Update a task item's attributes. Use this to update an existing Tasks (only the supplied fields are changed). Updates the specified Tasks and returns the modified object on success. Required parameters: project_id, id. Procore API: Core > Tasks. Endpoint: PATCH /rest/v1.0/task_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Tasks resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| title | No | JSON request body field — the title for this Tasks operation | |
| number | No | JSON request body field — the number for this Tasks operation | |
| description | No | JSON request body field — the description for this Tasks operation | |
| due_date | No | JSON request body field — due date in YYYY-MM-DD format | |
| status | No | JSON request body field — the status for this Tasks operation | |
| task_item_category_id | No | JSON request body field — the task item category to associate with the task item. | |
| private | No | JSON request body field — privacy flag | |
| assigned_id | No | JSON request body field — unique identifier of the assigned | |
| assignee_ids | No | JSON request body field — array of assignee identifiers | |
| distribution_member_ids | No | JSON request body field — distribution Member IDs | |
| prostore_file_ids | No | JSON request body field — array of prostore file identifiers | |
| attachments | No | JSON request body field — 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 | JSON request body field — drawing Revisions to attach to the response | |
| file_version_ids | No | JSON request body field — file Versions to attach to the response | |
| form_ids | No | JSON request body field — forms to attach to the response | |
| image_ids | No | JSON request body field — images to attach to the response | |
| upload_ids | No | JSON request body field — uploads to attach to the response | |
| document_management_document_revision_ids | No | JSON request body field — pDM document to attach to the response |