X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dca0abdb84720e8ddd9148bc361007c5f87a1b61..9df51438367e129d0d306801eb20215cc2a0fafc:/doc/api/methods.html.textile.liquid diff --git a/doc/api/methods.html.textile.liquid b/doc/api/methods.html.textile.liquid index 937c7de57a..2d530d1473 100644 --- a/doc/api/methods.html.textile.liquid +++ b/doc/api/methods.html.textile.liquid @@ -44,7 +44,7 @@ Each condition is expressed as an array with three elements: @[attribute, operat table(table table-bordered table-condensed). |_. Index|_. Element|_. Type|_. Description|_. Examples| -|0|attribute|string|Name of the attribute to compare|@script_version@, @head_uuid@, @any@| +|0|attribute|string|Name of the attribute to compare (or "any" to return resources with any matching attribute)|@script_version@, @head_uuid@, @any@| |1|operator|string|Comparison operator|@>@, @>=@, @like@, @not in@| |2|operand|string, array, or null|Value to compare with the resource attribute|@"d00220fb%"@, @"1234"@, @["foo","bar"]@, @nil@|