---
title: "Update Integration"
method: PATCH
path: "/v1/external-support/{projectId}"
tags: ["External Support Panel"]
---

# Update Integration

`PATCH /v1/external-support/{projectId}`

Update the configuration of an existing external support panel integration.

## Path parameters

- `projectId` string, required

## Request body

- UpdateExternalSupportRequest
  - `webhookUrl` string, uri — New webhook URL
  - `authType` 'bearer' | 'api_key' | 'basic' | 'no_auth' — New authentication type
  - `authorization` string — New credentials

## Response `200`

Integration updated successfully

- ExternalSupportGetResponse
  - `id` string
  - `brainId` string
  - `webhookUrl` string
  - `authType` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized - Invalid authentication credentials
- `404` — Not found - Resource not found

---

[API](https://skmtc.net/jelou/apis/jelou-api.md) · [All operations](https://skmtc.net/jelou/apis/jelou-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jelou/jelou-api/versions/845ce127d94a/schema)
