npm_hook_update
Update a webhook's endpoint and signing secret. Provide the hook ID, new HTTPS URL, and secret to modify existing webhook configuration.
Instructions
Update a webhook's endpoint and/or secret. The returned hook object has the secret redacted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Hook ID | |
| secret | Yes | New signing secret | |
| endpoint | Yes | New HTTPS URL |