Upsert version of Shared Connector

Creates or updates the version of a shared connector in an OEM Master Account. - If the connector is not currently shared, this creates a new shared connector at the specified version. - If the connector is currently shared, this updates the version currently shared for this connector. <Warning title="ONLY RELEASED VERSIONS CAN BE SHARED"> The version you share share must be a released version. </Warning>

Path parameters

idintegerRequired
The unique ID of the connector in your Workspace to share.
versionintegerRequired
The version of the connector in your Workspace to share. This must be a released version.

Headers

AuthorizationstringRequired

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

Response

Success - The connector version was shared or updated successfully.

idinteger or null
The unique identifier for the custom connector.
namestring or null

The system-generated name of the custom connector.

titlestring or null
The title of the custom connector.
oem_shared_versioninteger or null
The newly shared version of the connector.
oem_shared_atdatetime or null
Timestamp when the connector was shared.

Errors