Skip to main content
PATCH
Update Client

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

client_id
string<uuid>
required

Body

application/json

Patch payload for a client. Unset fields remain unchanged.

description
string | null
Maximum string length: 1000
kind
string | null
Maximum string length: 32
name
string | null
Required string length: 1 - 255
source_project_id
string | null

Response

Successful Response

created_by
string
required
description
string | null
required
id
string<uuid>
required
kind
string
required
name
string
required
source_project_id
string | null
required
workspace_id
string
required
mcp_endpoint_url
string | null
mcp_instances
ClientRef · object[]
skills
ClientRef · object[]