Bulk Update Incident Action Types
bulk_update_incident_action_typesUpdate multiple incident action types in one request. Provide company ID, action type IDs, and optional fields to modify. Only supplied fields are changed, returning the updated objects.
Instructions
Update multiple Incident Action Types with one request. 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. Procore API: Project Management > Incidents. Endpoint: PATCH /rest/v1.0/companies/{company_id}/incidents/action_types/bulk_update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| ids | No | JSON request body field — the ids for this Incidents operation | |
| active | No | JSON request body field — flag that denotes if the Incident Action Types are available for use |