From 2f077222cb7ba575817a1bcfbbeb6916d3de109a Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 20 Sep 2021 09:34:35 -0400 Subject: [PATCH] 18122: Fix stutter in docs. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- doc/api/methods.html.textile.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/methods.html.textile.liquid b/doc/api/methods.html.textile.liquid index dea80fea86..7f05142dbf 100644 --- a/doc/api/methods.html.textile.liquid +++ b/doc/api/methods.html.textile.liquid @@ -84,7 +84,7 @@ Example: @["head_uuid asc","modified_at desc"]@ Default: @["modified_at desc", "uuid asc"]@|query| |select |array |Attributes of each object to return in the response (by default, all available attributes are returned, except collections, which do not return @manifest_text@ unless explicitly selected). Example: @["uuid","name","modified_at"]@|query| -|distinct|boolean|When returning multiple records whose whose selected attributes (see @select@) are equal, return them as a single response entry. +|distinct|boolean|When returning multiple records whose selected attributes (see @select@) are equal, return them as a single response entry. Default is @false@.|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 produce a faster response.|query| -- 2.39.5