v2
latestSwagger 2.02026-08-0610101.9 MBWebhooks
Update a webhook
patch/v0/webhooks/{webhook-id}
Path parameters
webhook-idstring required
Request body
Example request
{
"webhook-description": "Griffin API webhook"
}Response
OK
Example response
{
"webhook-description": "Griffin API webhook",
"activate-webhook-url": "/v0/webhooks/wh.ICAgICAgd2ViaG9vay1pZA/actions/activate",
"deactivate-webhook-url": "/v0/webhooks/wh.ICAgICAgd2ViaG9vay1pZA/actions/deactivate",
"created-by": "/v0/users/ur.ICAgICAgICAgdXNlci1pZA",
"organization-url": "/v0/organizations/og.IG9yZ2FuaXphdGlvbi1pZA",
"test-webhook-url": "/v0/webhooks/wh.ICAgICAgd2ViaG9vay1pZA/actions/test",
"webhook-url": "/v0/webhooks/wh.ICAgICAgd2ViaG9vay1pZA",
"webhook-destination-url": "https://example.com/griffin/webhook/"
}