@shortcut/client
    Preparing search index...

    Interface BulkUpdateLinkedFilesParams1

    interface BulkUpdateLinkedFilesParams1 {
        description?: string;
        id: number;
        name?: string;
        thumbnail_url?: string;
        type?: string;
        url?: string;
    }
    Index

    Properties

    description?: string

    The description of the Linked File.

    512

    id: number

    The id of the Linked File to update.

    int64

    name?: string

    The name of the Linked File.

    1

    256

    thumbnail_url?: string

    The URL of the thumbnail.

    2048

    ^https?://.+$

    type?: string

    The integration type (e.g. google, dropbox, box, onedrive, url).

    1

    63

    url?: string

    The URL of the Linked File.

    2048

    ^https?://.+$