re-arrange fields in example /search request to make them a valid request.

pull/977/head
Michael Telatynski 8 years ago
parent 64f97c5b78
commit df5455de1f
No known key found for this signature in database
GPG Key ID: 3F879DA5AD802A5E

@ -53,16 +53,16 @@ paths:
"keys": [ "keys": [
"content.body" "content.body"
], ],
"search_term": "martians and men" "search_term": "martians and men",
} "order_by": "recent",
}, "groupings": {
"order_by": "recent", "group_by": [
"groupings": { {
"group_by": [ "key": "room_id"
{ }
"key": "room_id" ]
} }
] }
} }
} }
properties: properties:

Loading…
Cancel
Save