Share custom connector

The Share operation allows you to share the most recently released version of your custom connector. After you share your custom connector, all workspaces that have installed your connector through a private link or from the community library receive an update notification.

Path parameters

idintegerRequired
The ID of the custom connector you plan to share. You can find your custom connector ID in the search custom connector endpoint.

Headers

AuthorizationstringRequired

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

Response

Success reply
idinteger or null
The unique identifier of the connector.
namestring or null
The system name of the connector.
titlestring or null
The display name of the connector.
latest_versioninteger or null
The latest version of the connector.
latest_version_notestring or null
Notes associated with the latest version of the connector.
latest_released_versioninteger or null
The latest released version of the connector.
latest_released_version_notestring or null
Notes for the latest released version, if any.
latest_shared_versioninteger or null
The latest shared version of the connector.
latest_shared_version_notestring or null
Notes associated with the latest shared version.
oem_shared_versioninteger or null
The OEM shared version of the connector.
oem_shared_atstring or null
The timestamp when the OEM shared version was shared.
released_versionslist of objects or null
A list of released versions for the connector.

Errors