mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +01:00
re-arrange fields in example /search request to make them a valid request.
This commit is contained in:
parent
64f97c5b78
commit
df5455de1f
|
|
@ -53,9 +53,7 @@ paths:
|
||||||
"keys": [
|
"keys": [
|
||||||
"content.body"
|
"content.body"
|
||||||
],
|
],
|
||||||
"search_term": "martians and men"
|
"search_term": "martians and men",
|
||||||
}
|
|
||||||
},
|
|
||||||
"order_by": "recent",
|
"order_by": "recent",
|
||||||
"groupings": {
|
"groupings": {
|
||||||
"group_by": [
|
"group_by": [
|
||||||
|
|
@ -65,6 +63,8 @@ paths:
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
properties:
|
properties:
|
||||||
search_categories:
|
search_categories:
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue