17009: Support accessing S3 with virtual hosted-style URLs.
[arvados.git] / doc / api / methods / container_requests.html.textile.liquid
index b9a21fc0a0a312ceb9e320113a3a1795e95e136e..cd566f5ce42dcf29edab62c6d38a103f9737ba94 100644 (file)
@@ -141,11 +141,11 @@ table(table table-bordered table-condensed).
 
 h3. list
 
-List container_requests.
+List container requests.
 
 See "common resource list method.":{{site.baseurl}}/api/methods.html#index
 
-See the create method documentation for more information about container request-specific filters.
+The @filters@ argument can also filter on attributes of the container referenced by @container_uuid@. For example, @[["container.state", "=", "Running"]]@ will match any container request whose container is running now.
 
 h3. update