9998: Update API docs.
authorTom Clegg <tom@curoverse.com>
Tue, 24 Jan 2017 18:42:30 +0000 (13:42 -0500)
committerTom Clegg <tom@curoverse.com>
Tue, 24 Jan 2017 18:42:30 +0000 (13:42 -0500)
doc/api/methods.html.textile.liquid

index e731cc7102f37600f450e13691b196f0f2486340..bb6622ec5b3dcffd84748b22cd171fe13818eca0 100644 (file)
@@ -67,6 +67,8 @@ Example: @["head_uuid","tail_uuid"]@
 Default: all available attributes.  As a special case, collections do not return "manifest_text" unless explicitly selected.|query|
 |distinct|boolean|@true@: (default) do not return duplicate objects
 @false@: permitted to return duplicates|query|
+|count|string|@"exact"@ (default): Include an @items_available@ response field giving the number of distinct matching items that can be retrieved (irrespective of @limit@ and @offset@ arguments).
+@"none"@: Omit the @items_available@ response field. This option will always produce a faster response.|query|
 
 h3(#filters). Available list method filters