Update A Task Item Comment
update_a_task_item_commentUpdate an existing task item comment in Procore by modifying its text, status, or attaching files. Use this to revise comments on project tasks.
Instructions
Updates the task item comment with ID supplied in path. Returns the updated comment. 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: company_id, project_id, id. Procore API: Core > Tasks. Endpoint: PATCH /rest/v1.0/companies/{company_id}/projects/{project_id}/task_item_comments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — task Item Comment ID | |
| comment | No | JSON request body field — the message of the comment | |
| status | No | JSON request body field — 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 | JSON request body field — 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 |