From: Tom Clegg Date: Sun, 9 Mar 2014 07:36:36 +0000 (-0400) Subject: Advertise filters param in discovery doc. X-Git-Tag: 1.1.0~2709^2~41^2~5^2~9 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/63e8f77e963949d4187555411e7b5c60fc850468 Advertise filters param in discovery doc. --- diff --git a/services/api/app/controllers/application_controller.rb b/services/api/app/controllers/application_controller.rb index d8c4d4c84c..8ed554f8ca 100644 --- a/services/api/app/controllers/application_controller.rb +++ b/services/api/app/controllers/application_controller.rb @@ -432,6 +432,7 @@ class ApplicationController < ActionController::Base def self._index_requires_parameters { + filters: { type: 'array', required: false }, where: { type: 'object', required: false }, order: { type: 'string', required: false } }