@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface CreateToolkitVersionRequest

    Request body for creating a new draft toolkit version.

    interface CreateToolkitVersionRequest {
        changelog?: string;
        dry_run?: boolean;
        manifest: ToolkitManifest;
        version_label: string;
    }
    Index

    Properties

    changelog?: string

    Optional changelog describing what changed in this version.

    dry_run?: boolean

    If true, validates the manifest without creating the version.

    manifest: ToolkitManifest

    The toolkit manifest for this version.

    version_label: string

    Human-readable label for this version (e.g. "2.0.0").