[ARVADOS] updated: 2f617987819f35c3b8ef7f3c6527d3772f8f5b76
git at public.curoverse.com
git at public.curoverse.com
Fri Mar 14 13:39:17 EDT 2014
Summary of changes:
.../controllers/arvados/v1/schema_controller.rb | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
via 2f617987819f35c3b8ef7f3c6527d3772f8f5b76 (commit)
from 1dec6cc7093bcc565bed2baba17c8a892b7e2633 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 2f617987819f35c3b8ef7f3c6527d3772f8f5b76
Author: Tom Clegg <tom at curoverse.com>
Date: Fri Mar 14 13:38:23 2014 -0400
Add "filters" param to discovery document, add deprecation note to
"where" param description.
diff --git a/services/api/app/controllers/arvados/v1/schema_controller.rb b/services/api/app/controllers/arvados/v1/schema_controller.rb
index 7df2edb..dde592e 100644
--- a/services/api/app/controllers/arvados/v1/schema_controller.rb
+++ b/services/api/app/controllers/arvados/v1/schema_controller.rb
@@ -222,9 +222,14 @@ class Arvados::V1::SchemaController < ApplicationController
minimum: 0,
location: "query",
},
+ filters: {
+ type: "array",
+ description: "Conditions for filtering #{k.to_s.underscore.pluralize}.",
+ location: "query"
+ },
where: {
type: "object",
- description: "Conditions for filtering #{k.to_s.underscore.pluralize}.",
+ description: "Conditions for filtering #{k.to_s.underscore.pluralize}. (Deprecated. Use filters instead.)",
location: "query"
},
order: {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list