Create Action
CreateAction creates a new Action for the specified ConnectorVersion. The Action type must be compatible with the protocol of the Connector, otherwise a 400 Bad Request response will be returned.
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.
Version is the version name of the Connector to retrieve. The reserved names "latest" and "default" may be used to retrieve the latest version or the default version respectively.
Body
ActionCreate defines a new Action to be created. ActionHTTPCreate defines a new HTTP Action to be created. ActionCommon defines all the common fields for an Action. ActionHTTPCommon defines the common fields for creating a HTTP Action.
Response
Created
ActionHTTP defines an HTTP Action. ActionBase defines all the common fields for an Action.
ActionHTTPCommon defines the common fields for all HTTP Actions. ActionCommon defines all the common fields for an Action.