Release custom connector

The Release operation allows you to release the latest version of your custom connector. After you release the new version, it is used in all future jobs.

Path parameters

idintegerRequired
Custom connector ID.

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