Update a connector
Update a connector and return the connector with any service-side update signals that the caller must handle.
Path parameters
Stable connector ID or URL-encoded team-scoped UID. Examples: scl_abc123 or slack%2Fmy-bot.
Stable connector ID or URL-encoded team-scoped UID. Examples: scl_abc123 or slack%2Fmy-bot.
Query parameters
The team ID that scopes the request. Do not send it with slug. If both are omitted, Vercel uses the team associated with the token or the authenticated user's default team. The request returns 401 if no team can be selected.
The team slug that scopes the request. Do not send it with teamId. If both are omitted, Vercel uses the team associated with the token or the authenticated user's default team. The request returns 401 if no team can be selected.
Request body
Response
The updated connector and any required service-side follow-up signals.
Changes
Changed in 1 of the 43 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○