Publish Drawing Revisions
publish_drawing_revisionsPublish drawing revisions for a specific drawing set in a Procore project. Sends the publish request and returns Procore's response, with errors reported as HTTP status payloads.
Instructions
Publish Drawing Revisions in the specified Project. project_id defaults to the value set by procore_set_config when omitted. Acts on the drawing revision and returns Procore's response for the operation. 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, drawing_set_id. Procore API: Project Management > Drawings. Endpoint: POST /rest/v1.0/projects/{project_id}/drawing_revisions/publish
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| distribute | No | JSON request body field — drawing log subscribers will be sent a notification email after drawings have been published and distributed. Additionally, a push notification will appear on mobile devices for Procore users with ... | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| drawing_set_id | Yes | JSON request body field — unique identifier of the drawing set | |
| drawing_area_id | No | JSON request body field — drawing Area ID. Is required only if Drawing Area is enabled. |