file path
New path for file or directory
Path updated
A contents object. The content and format keys may be null if content is not contained. The hash maybe null if hash is not required. If type is 'file', then the mimetype will be null.
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.
The content, if requested (otherwise null). Will be an array if type is 'directory'
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.