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:
Kitsune Ral 2020-04-29 20:14:12 +02:00
parent 202bf8abb1
commit 77783b8fc3
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ paths:
responses:
200:
description: |-
"The filter defintion"
The filter definition.
examples:
application/json: {
"room": {

View file

@ -49,7 +49,7 @@ paths:
name: limit
description: Limit on the number of events to return in this request.
required: false
x-example: "20"
x-example: 20
- in: query
name: only
type: string