From bc146037e1aa617739c0a3859727066c9304829a Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 20 Sep 2021 09:44:58 -0400 Subject: [PATCH] 18122: Clarify select param behavior in "get collection by pdh" API. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- doc/api/methods/collections.html.textile.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/methods/collections.html.textile.liquid b/doc/api/methods/collections.html.textile.liquid index 6c1cc691c3..01efda2b0c 100644 --- a/doc/api/methods/collections.html.textile.liquid +++ b/doc/api/methods/collections.html.textile.liquid @@ -85,13 +85,13 @@ table(table table-bordered table-condensed). h3. get -Gets a Collection's metadata by UUID or portable data hash. When making a request by portable data hash, the returned record will only have the @portable_data_hash@ and @manifest_text@. +Gets a Collection's metadata by UUID or portable data hash. When making a request by portable data hash, attributes other than @portable_data_hash@ and @manifest_text@ are not returned, even when requested explicitly using the @select@ parameter. Arguments: table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | -{background:#ccffcc}.|uuid|string|The UUID of the Collection in question.|path|| +{background:#ccffcc}.|uuid|string|The UUID or portable data hash of the Collection in question.|path|| h3. list -- 2.30.2