create_attachment_project_v1_0_5
Upload files to Procore project incidents by attaching documents to specific actions for documentation and compliance.
Instructions
Create Attachment. [Project Management/Incidents] POST /rest/v1.0/projects/{project_id}/incidents/actions/{action_id}/attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| action_id | Yes | Action ID | |
| attachment | Yes | Action Attachment. To upload an attachment you must upload the entire payload as `multipart/form-data` content-type with the `attachment` file. |