YAML tweaks
This commit is contained in:
parent
84af5776d7
commit
1f2f14dc08
1 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
name: from
|
name: from
|
||||||
description: |-
|
description: |-
|
||||||
The token to stream from. This token is either from the a previous
|
The token to stream from. This token is either from a previous
|
||||||
request to this API or from the initial sync API.
|
request to this API or from the initial sync API.
|
||||||
required: false
|
required: false
|
||||||
x-example: "s3456_9_0"
|
x-example: "s3456_9_0"
|
||||||
|
@ -45,10 +45,10 @@ paths:
|
||||||
type: boolean
|
type: boolean
|
||||||
name: archived
|
name: archived
|
||||||
description: |-
|
description: |-
|
||||||
Whether to include rooms that the user has left. If absent then
|
Whether to include rooms that the user has left. If ``false`` then
|
||||||
only rooms that the user has been invited to or has joined are
|
only rooms that the user has been invited to or has joined are
|
||||||
included. If set to "true" then rooms that the user has left are
|
included. If set to ``true`` then rooms that the user has left are
|
||||||
included as well.
|
included as well. By default this is ``false``.
|
||||||
required: false
|
required: false
|
||||||
x-example: "true"
|
x-example: "true"
|
||||||
responses:
|
responses:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue