From 1a1a297b57460b348957751edc0551b7ccbeb403 Mon Sep 17 00:00:00 2001 From: ram33 Date: Wed, 29 Nov 2017 15:30:19 +0530 Subject: [PATCH] https://github.com/ApplaudSolutions/mbaas/issues/524 - added description for getFromParam --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index a5a1615..30e4104 100644 --- a/index.js +++ b/index.js @@ -166,7 +166,8 @@ function mountSwagger(loopbackApplication, swaggerApp, opts) { in: 'query', required: false, type: 'string', - enum: ['elastic'] + enum: ['elastic'], + description: 'Gets the resource from the indexed elastic store rather than the default' }); } }