update_webhook
Update a webhook subscription's technical parameters (authentication, signature, custom headers) without altering metadata filters.
Instructions
Update a webhook subscription's technical parameters (authentication, signature, custom headers). Metadata filters (flow type, direction) cannot be changed; delete and recreate the webhook instead.
Only provided fields are modified (PATCH semantics).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth_type | No | New authentication type for the callback: BASIC or OAUTH2. | |
| webhook_uid | Yes | UUID of the webhook subscription to update. | |
| auth_user_id | No | User ID for BASIC authentication. | |
| signature_key | No | New base64-encoded signing key. | |
| auth_client_id | No | Client ID for OAUTH2 authentication. | |
| auth_token_url | No | Token URL for OAUTH2 authentication. | |
| signature_algo | No | New signature algorithm. | |
| auth_client_secret | No | Client secret for OAUTH2 authentication. | |
| auth_user_password | No | Password for BASIC authentication. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||