put https://{tenanturl}/config/v1.0/webhooks/
Updates a webhook configuration.
Responses
Updates a webhook configuration.
xxxxxxxxxx
11curl --request PUT \
--url https://tenant_url/config/v1.0/webhooks/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"notification": {
"enabled": true
}
}
'