Interface UpdateLinkedFile

Hierarchy

  • UpdateLinkedFile

Properties

description?: string

The description of the file.

name?: string

The name of the file.

Min Length

1

size?: number

The filesize, if the integration provided it.

Format

int64

story_id?: number

The ID of the linked story.

Format

int64

thumbnail_url?: string

The URL of the thumbnail, if the integration provided it.

Max Length

2048

Pattern

^https?://.+$

type?: "url" | "google" | "dropbox" | "box" | "onedrive"

The integration type of the file (e.g. google, dropbox, box).

uploader_id?: string

The UUID of the member that uploaded the file.

Format

uuid

url?: string

The URL of linked file.

Max Length

2048

Pattern

^https?://.+$

Generated using TypeDoc