Skip to main content
PUT
Update connector

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string<uuid>
required

Connector identifier.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$

Body

application/json

Request body schema.

name
string

Connector name.

isDefault
boolean

Whether this connector is the default for its integration. Setting it to true clears the previous default.

config
Config · object | null

Connector configuration.

rateLimit
Rate limit · object | null

Rate limit configuration.

cacheTtlMilliseconds
number | null

Cache time-to-live in milliseconds.

Response

Successful response

connector
Connector · object
required

Updated connector details.