Changes the task this file belongs to.

POST

Changes the task this file belongs to. Switch to the specified task or to a global file if the ‘EntityId’ of the model is set to null.

Path parameters

taskIdUUIDRequired

The id of the task.

fileIdUUIDRequired

The id of the file.

Request

This endpoint expects an object.
entityIdUUID or nullOptional

The id of the entity the file should be linked to. Set to null to change the file to a global file.

entityTypestring or nullOptional

The type of the linked entity. Necessary if EntityId is set.

Response

OK

namestring or nullOptional

The user-specified name of the file.

descriptionstring or nullOptional

The description of the file.

idUUIDOptional

The id of the file info.

entityIdUUID or nullOptional

The id of the linked entity.

fileNamestring or nullOptional

The name of the file.

entityTypestring or nullOptional

The name of the linked entity type.

mimeTypestring or nullOptional

The MIME type of the file.

createdOndatetimeOptional

The date this file was created.

createdByUUIDOptional

The id of the user who created this file.

updatedOndatetimeOptional

The date this file was last modified.

updatedByUUIDOptional

The id of the user who last modified this file.

fileVersionslist of objectsOptional

List of all versions.

isCommentFilebooleanOptional

Whether the file is related to a comment.

externalProviderstring or nullOptional

The external provider for the file. Like ‘google’ or ‘onedrive’.

externalFileUrlstring or nullOptional

The file url of the external provider.

isHiddenForConnectUsersbooleanOptional

Whether the file is hidden for connect users.

Built with