v1
latestOpenAPI 3.0.02026-08-0442100147.0 KBWorkspace API - Apps
Update webhook configuration
Update webhook configuration for an application
patch/v1/apps/{id}/webhook-config
Path parameters
idstring required
Request body
Response
Webhook configuration updated successfully
Example response
{
"providers": {
"bankidse": {
"enabled": true,
"config": {}
},
"frejaid": {
"enabled": false,
"config": {}
}
},
"defaultWorkflowId": "default",
"workflows": [
{
"nodes": [
{
"id": "nd_ab12cd34"
}
]
}
]
}