POST
/
o
/
{organisation_id}
/
connector
/
{connector_id}
/
http
/
import

Authorizations

Authorization
string
header
required

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

organisation_id
string
required
connector_id
string
required

ID is the unique identifier of the Connector.

Body

file
file

The file to be imported.

metadata
object

ImportHTTPConnectorVersionMetadata defines the metadata part of the multipart/form-data request when creating a new connector version.

Response

201 - application/json

ImportHTTPConnectorResult defines the result of importing a Connector from an external format, such as OpenAPI.

actions
object[]
required
connector
object
required

HTTPConnector represents a connector to an external system over HTTP.

definitions
object[]
required
messages
object[]
required
triggers
object[]
required