Update Productivity Log
update_productivity_logUpdate a productivity log in Procore by providing the project ID, log ID, and updated fields. Modifies the specified daily log record and returns the updated object.
Instructions
Update single Productivity Log. #### See - Daily Log guide - for additional info on * Attachments. Use this to update an existing Daily Log records (only the supplied fields are changed). Updates the specified Daily Log records and returns the modified object on success. Required parameters: project_id, id, productivity_log. Procore API: Project Management > Daily Log. Endpoint: PATCH /rest/v1.0/projects/{project_id}/productivity_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Daily Log resource | |
| productivity_log | Yes | JSON request body field — the productivity log for this Daily Log operation |