Magidoc

ConnectorVersion
Object

Connector version

Fields

#

id

Non-null

The id of the connector version.

version

The Semver version, e.g. 1.1.3.

createdAt

Non-null

The creation date.

publishedAt

The publication date.

updatedAt

Last updated date.

status

Non-null

The status of the connector version. Could be SANDBOX, REVIEW or PUBLISHED. See ConnectorVersionStatus enum.

submittedAt

The submission date by the developer.

changes

The description of the changes for this version. Equivalent to a changelog.

name

Non-null

The name of this version.

description

The description of the version.

isPrivate

Non-null

Privacy of the version. Private version will be only available for the client identifier defined in the connector.

screenshots

Non-null

List of the screenshots. See ConnectorScreenshot type.

logo

The logo of this version.

connector

The connector this version belongs to.

parameters

List of the parameters.

Usages

#

References

#