REST API
version 1.x.x
files

Update parts of the exist entry with nilable values.

patch/api/v1/files/update-entry

Request body

content-hashstring nullable
idinteger required
revisioninteger required
source-pathstring nullable
updated-atstring date-time
namestring
device-idinteger
kind'cc/folder-kind' | 'cc/file-kind'
linkstring nullable
rankinginteger
tag-idsinteger[] nullable
sizeinteger
ratinginteger nullable
descriptionstring nullable
parent-idinteger

Response

OK

content-hashstring nullable required
idstring required
revisioninteger required
source-pathstring nullable required
updated-atstring required
namestring required
created-atstring required
is-privateboolean required
kind'cc/folder-kind' | 'cc/file-kind' required
linkstring nullable required
rankingstring required
tag-idsstring[] nullable required
sizestring required
ratinginteger nullable required
descriptionstring nullable required
parent-idstring required

Changes