As an Organization user I want to update File node(s) where fileID=\{ID\}.
PATCH/vfs/api/v2/files/:fileId
Allowed value for path: [/name : string, /description : string, /type : FileType, /subType : string, /isShared : boolean, /isArchived : boolean, /container : uuid].
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
The file has been modified.
The request is bad formatted.
You don't have permission to perform this action.
Forbidden
There no item with this id.
Conflict
Unhandled exception.