@camunda8/sdk
    Preparing search index...

    Interface CreateVersionDto

    Versions are the successor to milestones (renamed in Web Modeler 8.9). Use the versions endpoints in Web Modeler 8.9 and later.

    interface CreateVersionDto {
        description?: string;
        fileId: string;
        name?: string;
        organizationPublic?: boolean;
    }
    Index

    Properties

    description?: string
    fileId: string

    maxLength: 255 minLength: 1

    name?: string

    Optional. If omitted, Web Modeler assigns a name automatically. maxLength: 255 minLength: 1

    organizationPublic?: boolean