AuthConnector
Update a connector
Update a connector (superadmin only).
patch/auth/connectors/{connector_id}
Path parameters
connector_idinteger required
ID of the connector to update.
ID of the connector to update.
Query parameters
cookie_namestring nullable
Request body
Example request
{
"description": "Access OneDrive files for retrieval."
}Response
Successful Response
Example response
{
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-16T08:00:00Z",
"creator_user_id": 12,
"updater_user_id": 12,
"id": 1,
"oauth_client_id": 1,
"name": "SharePoint",
"description": "Connects to SharePoint document libraries",
"scopes": [
"Files.Read.All",
"Sites.Read.All"
],
"caps": [
"read_files",
"list_sites"
]
}