v1
latestOpenAPI 3.1.02026-07-26327152.4 KBExternal Support Panel
Update Integration
Update the configuration of an existing external support panel integration.
patch/v1/external-support/{projectId}
Path parameters
projectIdstring required
Unique identifier of the Jelou project
Request body
Example request
{
"webhookUrl": "https://my-system.com/webhook/jelou-v2"
}Response
Integration updated successfully
Example response
{
"id": "INTEGRATION_ID",
"brainId": "BRAIN_ID",
"webhookUrl": "https://my-system.com/webhook/jelou",
"authType": "bearer"
}