Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.53 KB

File metadata and controls

17 lines (14 loc) · 1.53 KB

# SfvbFileVersion

Properties

Name Type Description Notes
comment string Comment recorded with the write. [optional]
current bool True for the version currently on disk. [optional]
edited_by string Login of whoever wrote this version. [optional]
fs_file_history_oid int History record oid, for correlating an entry with the file manager. Absent on the entry marked current, which is the content on disk right now and has no history row of its own. Unlike container_history_oid on a container version, this is NOT addressable through this API - nothing accepts it. Fetch and revert a file version by path plus version instead. [optional]
hash_sha256 string SHA-256 of this version's content. [optional]
last_modified string When this version was written. [optional]
revertable bool True when this version can be reverted to, which is every entry except the one marked current. Note that it is absent rather than false on that entry - false booleans are omitted across this API, so a generated client sees undefined rather than false. Test whether the key is present, or simpler still, use current. [optional]
size int Size in bytes. [optional]
version int Version number. Pass to files/content or files/revert. [optional]

[Back to Model list] [Back to API list] [Back to README]