@camunda8/sdk
    Preparing search index...
    interface UpdateFileDto {
        content: string;
        folderId: string;
        name: string;
        projectId: string;
        revision: number;
    }
    Index

    Properties

    content: string
    folderId: string

    maxLength: 255, minLength: 1

    name: string

    maxLength: 255, minLength: 1

    projectId: string

    maxLength: 255, minLength: 1

    revision: number