Skip to content

Commit

Permalink
Specify the type of filter the search API expects
Browse files Browse the repository at this point in the history
Note: This is badly named until matrix-org#1570 lands

Fixes matrix-org#598
  • Loading branch information
turt2live committed Aug 27, 2018
1 parent d6b0cad commit 5fa6b49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/client-server/search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ paths:
type: string
description: |-
The point to return events from. If given, this should be a
`next_batch` result from a previous call to this endpoint.
``next_batch`` result from a previous call to this endpoint.
x-example: "YWxsCgpOb25lLDM1ODcwOA"
- in: body
name: body
Expand Down Expand Up @@ -95,6 +95,7 @@ paths:
# for now :/
description: |-
This takes a `filter`_.
$ref: "definitions/room_event_filter.yaml"
order_by:
title: "Ordering"
type: string
Expand Down

0 comments on commit 5fa6b49

Please sign in to comment.