Update Project Webhooks Hook
update_project_webhooks_hookUpdate an existing project webhook by modifying only the supplied fields. Specify company, project, and webhook ID.
Instructions
Update Project Webhooks Hook. Use this to update an existing Webhooks (only the supplied fields are changed). Updates the specified Webhooks and returns the modified object on success. Required parameters: company_id, project_id, id. Procore API (v2.0): Platform - Developer Tools > Webhooks. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/webhooks/hooks/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Webhooks resource | |
| payload_version | No | JSON request body field — payload version for the hook | |
| namespace | No | JSON request body field — namespace of webhook. | |
| destination_headers | No | JSON request body field — the destination headers for this Webhooks operation | |
| destination_url | No | JSON request body field — notification endpoint Destination URL |