Update Project Incidents Configuration
update_project_incidents_configurationUpdate a project's Incidents tool configuration: set privacy defaults and default distribution list for new incidents. Pass only fields to change; omitted fields retain their current values.
Instructions
Updates the project's Incidents tool configuration. Modifies privacy defaults and/or the default distribution list for new incidents. Distribution list members must have at least Read-level permissions to the Incidents tool. Send only the fields you intend to change; omitted fields keep their current values. Pass the record's fields as top-level arguments — they are nested under "configuration" in the request payload for you. project_id defaults to the value set by procore_set_config when omitted. Returns the modified project incidents configuration on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id. Procore API: Project Management > Incidents. Endpoint: PATCH /rest/v1.0/projects/{project_id}/incidents/configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| private_by_default | No | JSON request body field — when true, new incidents are created as private by default. When false, new incidents are public and visible to all users with Incidents tool access. | |
| default_distribution_ids | No | JSON request body field — array of Login Information IDs for users to include in the default distribution list for new incidents. Only users with Read or higher permissions to the Incidents tool are included in the response. |