v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-012124381.2 MB
mcp-server

Update

Updates the settings of a specific server connection instance. Currently supports updating the read-only status of the connection.

patch/mcp-server/instance/{instanceId}

Path parameters

instanceIdstring uuid required

The ID of the connection integration instance to update.

The ID of the connection integration instance to update.

Request body

isReadOnlyboolean nullable

Whether the MCP server connection is read-only. When true, write operations will be restricted.

Response

Successful Response

instanceIdstring required

The unique identifier of the updated connection integration instance.

isReadOnlyboolean required

The current read-only status of the connection.

messagestring required

A message indicating the result of the update operation.