PATCH /rest/v1.0/companies/{company_id}/projects/{project_id}/task_item_comments/{id}
Updates the task item comment with ID supplied in path. Returns the updated comment.
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
Integer | Yes |
Task Item Comment ID |
project_id |
Integer | Yes |
Unique identifier for the project. |
company_id |
Integer | Yes |
Unique identifier for the company. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
task_item_comment |
Object | No | |
task_item_comment.file_version_ids[] |
Array | No |
File Versions to attach to the response |
task_item_comment.comment |
String | No |
The message of the comment |
task_item_comment.form_ids[] |
Array | No |
Forms to attach to the response |
task_item_comment.image_ids[] |
Array | No |
Images to attach to the response |
task_item_comment.document_management_document_revision_ids[] |
Array | No |
PDM document to attach to the response |
task_item_comment.attachments[] |
Array | No |
Attachments.
To upload attachments you must upload the entire payload as |
task_item_comment.upload_ids[] |
Array | No |
Uploads to attach to the response |
task_item_comment.status |
String | 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. Possible values:
|
task_item_comment.drawing_revision_ids[] |
Array | No |
Drawing Revisions to attach to the response |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.