Use "filters" instead of "where" in examples and docs. Remove
[arvados.git] / doc / api / methods / logs.html.textile.liquid
index 2a19853755dfc436c34b0ca4870fc90b48904fd6..cdc9f6138ec326fcd1f435fbcca6933fd4e087d9 100644 (file)
@@ -51,17 +51,6 @@ table(table table-bordered table-condensed).
 |_. Argument |_. Type |_. Description |_. Location |_. Example |
 {background:#ccffcc}.|uuid|string|The UUID of the Log in question.|path||
 
-h2. index
-
-index logs
-
-Arguments:
-
-table(table table-bordered table-condensed).
-|_. Argument |_. Type |_. Description |_. Location |_. Example |
-|order|string||query||
-|where|object||query||
-
 h2. list
 
 List logs.
@@ -72,9 +61,7 @@ table(table table-bordered table-condensed).
 |_. Argument |_. Type |_. Description |_. Location |_. Example |
 |limit|integer (default 100)|Maximum number of logs to return.|query||
 |order|string|Order in which to return matching logs.|query||
-|pageToken|string|Page token.|query||
-|q|string|Query string for searching logs.|query||
-|where|object|Conditions for filtering logs.|query||
+|filters|array|Conditions for filtering logs.|query||
 
 h2. show