update_a_task_item_comment
Modify existing comments on construction task items in Procore projects to update information, status, or attachments.
Instructions
Update a task item comment. [Core/Tasks] PATCH /rest/v1.0/companies/{company_id}/projects/{project_id}/task_item_comments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Task Item Comment ID | |
| comment | No | The message of the comment | |
| status | No | The status of the task item at the time the comment. Standard users who are assigned to a task item cannot change the status to closed or void. | |
| attachments | No | 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 |