Back-ticks added to highlight example JSON
This commit is contained in:
parent
6caf506769
commit
b83f5635cf
|
@ -797,7 +797,7 @@ module.exports = function(registry) {
|
|||
accepts: [
|
||||
{arg: 'filter', type: 'object', description:
|
||||
'Filter defining fields, where, include, order, offset, and limit - must be a ' +
|
||||
'JSON-encoded string ({"where":{"something":"value"}}). ' +
|
||||
'JSON-encoded string (`{"where":{"something":"value"}}`). ' +
|
||||
'See https://loopback.io/doc/en/lb3/Querying-data.html#using-stringified-json-in-rest-queries ' +
|
||||
'for more details.'},
|
||||
{arg: 'options', type: 'object', http: 'optionsFromRequest'},
|
||||
|
@ -812,7 +812,7 @@ module.exports = function(registry) {
|
|||
accepts: [
|
||||
{arg: 'filter', type: 'object', description:
|
||||
'Filter defining fields, where, include, order, offset, and limit - must be a ' +
|
||||
'JSON-encoded string ({"where":{"something":"value"}}). ' +
|
||||
'JSON-encoded string (`{"where":{"something":"value"}}`). ' +
|
||||
'See https://loopback.io/doc/en/lb3/Querying-data.html#using-stringified-json-in-rest-queries ' +
|
||||
'for more details.'},
|
||||
{arg: 'options', type: 'object', http: 'optionsFromRequest'},
|
||||
|
|
Loading…
Reference in New Issue