diff --git a/js/actions/system/api-collection.js b/js/actions/system/api-collection.js index edcdc3f9d2..552c73d782 100644 --- a/js/actions/system/api-collection.js +++ b/js/actions/system/api-collection.js @@ -541,6 +541,9 @@ /// - @LIT{waitForSync}: If @LIT{true} then creating or changing a /// document will wait until the data has been synchronised to disk. /// +/// - @LIT{journalSize}: Size (in bytes) for new journal files that are +/// created for the collection. +/// /// If returns an object with the attributes /// /// - @LIT{id}: The identifier of the collection. @@ -549,6 +552,8 @@ /// /// - @LIT{waitForSync}: The new value. /// +/// - @LIT{journalSize}: The new value. +/// /// @EXAMPLES /// /// @verbinclude api-collection-identifier-properties-sync