From 63e8f77e963949d4187555411e7b5c60fc850468 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Sun, 9 Mar 2014 03:36:36 -0400 Subject: [PATCH] Advertise filters param in discovery doc. --- services/api/app/controllers/application_controller.rb | 1 + 1 file changed, 1 insertion(+) 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 } } -- 2.30.2