Update custom connector

This endpoint allows you to update a custom connector in your workspace.

Path parameters

idintegerRequired
The ID of the custom connector you plan to update.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
namestringOptional
The system name of the connector.
titlestringOptional
The title of the custom connector you plan to create.
descriptionstringOptional
A description of your custom connector. Markdown is allowed.
notestringOptional
Notes for the initial version of your custom connector.
codestringOptional
The Ruby code for your custom connector. Ensure that the code is stringified. Your code cannot exceed 10MB in size.

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