Update Work Activity
update_work_activityUpdate a work activity's name or active status for incident tracking. Modify specified fields to get the updated object.
Instructions
Updates a specified Work Activity. Note that Procore provided Work Activities' names cannot be changed. Use this to update an existing Incidents (only the supplied fields are changed). Updates the specified Incidents and returns the modified object on success. Required parameters: company_id, id, name. Procore API: Project Management > Incidents. Endpoint: PATCH /rest/v1.0/companies/{company_id}/incidents/work_activities/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Incidents resource | |
| name | Yes | JSON request body field — the Name of the Work Activity | |
| active | No | JSON request body field — flag that denotes if the Work Activity is available for use |