Update Company Webhooks Hook
update_company_webhooks_hookUpdates an existing webhook hook for a Procore company. Specify the webhook ID and company ID to modify fields like payload version, destination URL, or status.
Instructions
Update Company 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, id. Procore API (v2.0): Platform - Developer Tools > Webhooks. Endpoint: PATCH /rest/v2.0/companies/{company_id}/webhooks/hooks/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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 | |
| status | No | JSON request body field — status of the hook |