Rename a file or directory without re-uploading content
Path parameters
file path
Request body
New path for file or directory
Response
Path updated
Name of file or directory, equivalent to the last part of the path
Full path for file or directory
Type of content
indicates whether the requester has permission to edit the file
Creation timestamp
Last modified timestamp
The size of the file or notebook in bytes. If no size is provided, defaults to null.
The mimetype of a file. If content is not null, and type is 'file', this will contain the mimetype of the file, otherwise this will be null.
Format of content (one of null, 'text', 'base64', 'json')
[optional] The hexdigest hash string of content, if requested (otherwise null). It cannot be null if hash_algorithm is defined.
[optional] The algorithm used to produce the hash, if requested (otherwise null). It cannot be null if hash is defined.