Webhooks
Edit a webhook
Update a single webhook
patch/webhooks/{id}
Request body
Example request
{
"data": {
"attributes": {
"url": "https://webhook.site/#!/39084fbb-d887-42e8-be08-b9183ad02362"
}
}
}Response
OK
Update a single webhook
{
"data": {
"attributes": {
"url": "https://webhook.site/#!/39084fbb-d887-42e8-be08-b9183ad02362"
}
}
}OK