14484: Update collection model to overwrite file stats if a change is attempted
[arvados.git] / doc / api / methods / collections.html.textile.liquid
index 38253d6bc468bcc948d3062e01d56f9e100fcb78..d611c5b1613ce4ba93c48039c6c335457c5584e4 100644 (file)
@@ -39,8 +39,8 @@ table(table table-bordered table-condensed).
 |current_version_uuid|string|UUID of the collection's current version. On new collections, it'll be equal to the @uuid@ attribute.||
 |version|number|Version number, starting at 1 on new collections. This attribute is read-only.||
 |preserve_version|boolean|When set to true on a current version, it will be saved on the next versionable update.||
-|file_count|number|The total number of files in the collection. ||
-|file_size_total|number|The sum of the file sizes in the collection. ||
+|file_count|number|The total number of files in the collection. This attribute is read-only.||
+|file_size_total|number|The sum of the file sizes in the collection. This attribute is read-only.||
 
 h3. Conditions of creating a Collection