Edit WebhookAsk AIput https://www.keycafe.com/v0/webhook/{webhook_id}Edit a webhook with a PUT request to the endpoint with the webhook ID.Path Paramswebhook_idint64requiredThe unique identifier of webhook. Example: 123456Body ParamsurlstringThe webhook URL that the event data will be posted to.usernamestringThe HTTP basic authentication username.passwordstringThe HTTP basic authentication password.Response 200Webhook updated successfully.Updated 8 months ago