Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.04 KB

UpdateLinkedFile.md

File metadata and controls

19 lines (13 loc) · 1.04 KB

UpdateLinkedFile

Properties

Name Type Description Notes
description String The description of the file. [optional] [default to nothing]
story_id Int64 The ID of the linked story. [optional] [default to nothing]
name String The name of the file. [optional] [default to nothing]
thumbnail_url String The URL of the thumbnail, if the integration provided it. [optional] [default to nothing]
type String The integration type of the file (e.g. google, dropbox, box). [optional] [default to nothing]
size Int64 The filesize, if the integration provided it. [optional] [default to nothing]
uploader_id String The UUID of the member that uploaded the file. [optional] [default to nothing]
url String The URL of linked file. [optional] [default to nothing]

[Back to Model list] [Back to API list] [Back to README]