UpdateRequestDto

Represents an update request for a File within ProjectManager.

ProjectManager allows you to store Files connected to other elements of your Workspace
such as a Project or a Discussion. When you upload a File, please allow a few moments
for the File to be processed and verified. ProjectManager may reject File uploads that
contain problems such as malware. Once a File has completed the upload the process, you
may retrieve it using the DownloadFile API.

Fields

FieldDescription
name
string
optional
The new name for the File.
taskId
uuid
optional
To assign this File to a Task, specify the TaskId here.
folderId
uuid
optional
To move this File to a new Folder, specify the Folder's unique identifier here.