Update Coordination Issue
update_coordination_issueUpdate an existing coordination issue by supplying fields to change. Provide the issue ID, project ID, and the coordination issue object to modify specific fields.
Instructions
Update a Coordination Issue item. Use this to update an existing Coordination Issues (only the supplied fields are changed). Updates the specified Coordination Issues and returns the modified object on success. Required parameters: id, project_id, coordination_issue. Procore API: Project Management > Coordination Issues. Endpoint: PATCH /rest/v1.0/coordination_issues/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — coordination Issue ID | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| coordination_issue | Yes | JSON request body field — coordination Issue Item object |