Update Definition
UpdateDefinition updates the specified Definition with the request body.
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
DefinitionCommon is the common properties which are shared between Definitions for all of creation, retrieval and updates.
DefinitionUpdate is the payload used to update an existing Definition.
Response
OK
DefinitionCommon is the common properties which are shared between Definitions for all of creation, retrieval and updates.
Definition describes a single definition of a type which is used by the Connector. The schema language used is dependent on the media-type of the Definition, for example JSON Schema is used for media-types application/json.