Update custom connector
This endpoint allows you to update a custom connector in your workspace.
Path parameters
id
The ID of the custom connector you plan to update.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The system name of the connector.
title
The title of the custom connector you plan to create.
logo
The logo you plan to add to your custom connector. Your logo must be encoded in Base64 format.
description
A description of your custom connector. Markdown is allowed.
note
Notes for the initial version of your custom connector.
code
The Ruby code for your custom connector. Ensure that the code is stringified. Your code cannot exceed 10MB in size.
Response
Success reply
id
The unique identifier of the connector.
name
The system name of the connector.
title
The display name of the connector.
logo
Base64 encoded logo of the connector.
latest_version
The latest version of the connector.
latest_version_note
Notes associated with the latest version of the connector.
latest_released_version
The latest released version of the connector.
latest_released_version_note
Notes for the latest released version, if any.
released_versions
A list of released versions for the connector.