mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-14 07:04:09 +02:00
Apply suggestions from code review
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
f7bdf652d6
commit
7c860ff967
|
|
@ -1 +1 @@
|
||||||
Clarified that /context always returns 'event' even if limit is zero. Contributed by @sumnerevans at @beeper.
|
Clarify that `/context` always returns `event` even if `limit` is zero. Contributed by @sumnerevans at @beeper.
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ paths:
|
||||||
The maximum number of context events to return. The limit applies
|
The maximum number of context events to return. The limit applies
|
||||||
to the sum of the `events_before` and `events_after` arrays. The
|
to the sum of the `events_before` and `events_after` arrays. The
|
||||||
requested event ID is always returned in `event` even if `limit` is
|
requested event ID is always returned in `event` even if `limit` is
|
||||||
0. Default: 10.
|
0. Defaults to 10.
|
||||||
x-example: 3
|
x-example: 3
|
||||||
- in: query
|
- in: query
|
||||||
name: filter
|
name: filter
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue