This commit is contained in:
ram33 2017-11-29 15:30:19 +05:30
parent 952862badb
commit 1a1a297b57
1 changed files with 2 additions and 1 deletions

View File

@ -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'
});
}
}