Update Webhook
Path Parameters
The ID of the webhook to update
Request Body
Whether the webhook should be enabled or disabled
Example Request
curl --location --request PATCH 'https://app.govly.com/api/v2/webhooks/123' \
--header 'X-API-KEY: your-api-key' \
--header 'Content-Type: application/json' \
--data '{ "enabled": true }'
curl --location --request PATCH 'https://app.govly.com/api/v2/webhooks/123' \
--header 'X-API-KEY: your-api-key' \
--header 'Content-Type: application/json' \
--data '{ "enabled": true }'