PublishIntegrationBody

Request body for an Integration operation.

Definition

TypeScript
interface PublishIntegrationBody {
  version: string;
  changelog?: string | undefined;
}

Fields

FieldTypeNotes
versionstringrequired — Semver string. Must be greater than current_version.
changelogstring | undefinedoptional