PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/coordination_issues/workflow_issues/{id}
Updates a specific Coordination Issue that has associated workflow metadata. Access is controlled by the same visibility rules as other workflow issue endpoints:
- Project Admins can update all workflow issues
- Issue creators can update issues they created
- Issue assignees can update issues assigned to them
- Workflow members can update issues for workflows they are part of
Servers
- https://api.procore.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
String | Yes |
Coordination Issue ID |
project_id |
String | Yes |
Unique identifier for the project. |
company_id |
String | 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 |
|---|---|---|---|
coordination_issue |
Object | No | |
coordination_issue.location_id |
String | No |
Location where the issue is present. The location must be in the same project as the project_id |
coordination_issue.priority |
String | No |
Priority of the Coordination Issue |
coordination_issue.description |
String | No |
Description of the Coordination Issue |
coordination_issue.assignee_id |
String | No |
ID of Procore user that should be assigned the issue |
coordination_issue.title |
String | No |
Title of the Coordination Issue (max 80 characters) |
coordination_issue.status |
String | No |
Status of the Coordination Issue. Must be open, ready_for_review or closed. Only issue assignee can set ready_for_review. Valid values:
|
coordination_issue.origin |
String | No |
Delete origin association. Only 'null' value accepted |
coordination_issue.issue_type |
String | No |
Issue Type of the Coordination Issue |
coordination_issue.trade_id |
String | No |
Trade associated with the Coordination Issue |
coordination_issue.due_date |
String | No |
Due date of the Coordination Issue |
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.