mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-02 09:14:10 +02:00
Remove extraneous quotes, fix a typo
filter.yaml: quotes under |- were taken literally. notifications.yaml: it's a number in the example, not a string
This commit is contained in:
parent
202bf8abb1
commit
77783b8fc3
|
|
@ -119,7 +119,7 @@ paths:
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: |-
|
description: |-
|
||||||
"The filter defintion"
|
The filter definition.
|
||||||
examples:
|
examples:
|
||||||
application/json: {
|
application/json: {
|
||||||
"room": {
|
"room": {
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ paths:
|
||||||
name: limit
|
name: limit
|
||||||
description: Limit on the number of events to return in this request.
|
description: Limit on the number of events to return in this request.
|
||||||
required: false
|
required: false
|
||||||
x-example: "20"
|
x-example: 20
|
||||||
- in: query
|
- in: query
|
||||||
name: only
|
name: only
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue