v1

latestOpenAPI 3.1.02026-07-26327152.4 KB
External 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

webhookUrlstring uri

New webhook URL

authType'bearer' | 'api_key' | 'basic' | 'no_auth'

New authentication type

authorizationstring

New credentials

Example request

{
  "webhookUrl": "https://my-system.com/webhook/jelou-v2"
}

Response

Integration updated successfully

idstring
brainIdstring
webhookUrlstring
authTypestring
createdAtstring date-time
updatedAtstring date-time

Example response

{
  "id": "INTEGRATION_ID",
  "brainId": "BRAIN_ID",
  "webhookUrl": "https://my-system.com/webhook/jelou",
  "authType": "bearer"
}