@shortcut/client
    Preparing search index...

    Interface UpdateFile

    interface UpdateFile {
        created_at?: string;
        description?: string;
        external_id?: string;
        name?: string;
        updated_at?: string;
        uploader_id?: string;
    }
    Index

    Properties

    created_at?: string

    The time/date that the file was uploaded.

    date-time

    description?: string

    The description of the file.

    4096

    external_id?: string

    An additional ID that you may wish to assign to the file.

    128

    name?: string

    The name of the file.

    1

    1024

    updated_at?: string

    The time/date that the file was last updated.

    date-time

    uploader_id?: string

    The unique ID assigned to the Member who uploaded the file to Shortcut.

    uuid