Makes a custom connector workspace-visible or private.

Updates whether a custom connector is visible to the workspace or private and returns its sharing configuration. Set IsSharedWithWorkspace to the desired visibility. Making a connector private fails while connections remain shared or another user has a connection or agent using it. <Check title="Required Permissions" icon="key">The user must own the connector or be a workspace administrator, and must have permission to contribute to the agent library.</Check>

Authentication

AuthorizationBearer

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

Path parameters

connectorIdstringRequiredformat: "uuid"
The connector id.

Request

The connector sharing configuration.
isSharedWithWorkspacebooleanRequired
Whether the connector should be visible to the complete workspace.

Response

OK
isSharedWithWorkspacebooleanOptional
Whether the connector is visible to the complete workspace.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error