Connector Versions
Create Connector Version
CreateConnectorVersion creates a new ConnectorVersion for the specified Connector. The ConnectorVersion will be
created as a draft (i.e. publishedAt will be null
).
POST
Authorizations
Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.
Path Parameters
ID is the unique identifier of the Connector.
Body
application/json
ConnectorVersionCreate is the request body for creating a new ConnectorVersion.
Response
201
application/json
Created
ConnectorVersion represents a version of a Connector.