update_action
Modify existing incident actions in Procore projects by updating descriptions, attachments, or custom fields to maintain accurate project records.
Instructions
Update Action. [Project Management/Incidents] PATCH /rest/v1.0/projects/{project_id}/incidents/actions/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Action ID | |
| incident_id | No | The ID of the Incident | |
| run_configurable_validations | No | Whether or not Configurable validations from the Incident/Injury Configurable Field Set should be run (default: false). See (https://developers.procore.com/reference/configurable-field-sets#list-pr... | |
| action_type_id | No | The ID of the Action Type | |
| description | No | Description of action taken in rich text form. | |
| drawing_revision_ids | No | Drawing Revisions to attach to the response | |
| file_version_ids | No | File Versions to attach to the response | |
| form_ids | No | Forms to attach to the response | |
| image_ids | No | Images to attach to the response | |
| upload_ids | No | Uploads to attach to the response | |
| custom_field_%{custom_field_definition_id} | No | Value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ... |