cURL
Webhooks
Update a webhook
Update an existing webhook.
PATCH
cURL
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Body
application/json
Callback URL to send requests to
Example:
"http://example.com/hooks/phraseapp-notifications"
Webhook secret used to calculate signature. If empty, the default project secret will be used.
Example:
"secr3t"
Webhook description
Example:
"My webhook for chat notifications"
List of event names to trigger the webhook (separated by comma)
Example:
"locales:create,translations:update"
Whether webhook is active or inactive
Example:
null
If enabled, webhook will also be triggered for events from branches of the project specified.
Example:
null