mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-23 14:33:43 +01:00
Remove extra trailing quotes from sync API specs (#2091)
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
e40f8293b3
commit
3b5702ce39
|
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
||||||
|
|
@ -214,7 +214,7 @@ paths:
|
||||||
- public
|
- public
|
||||||
description: |-
|
description: |-
|
||||||
Whether this room is visible to the `/publicRooms` API
|
Whether this room is visible to the `/publicRooms` API
|
||||||
or not."
|
or not.
|
||||||
account_data:
|
account_data:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@ paths:
|
||||||
- public
|
- public
|
||||||
description: |-
|
description: |-
|
||||||
Whether this room is visible to the `/publicRooms` API
|
Whether this room is visible to the `/publicRooms` API
|
||||||
or not."
|
or not.
|
||||||
account_data:
|
account_data:
|
||||||
type: array
|
type: array
|
||||||
description: The private data that this user has attached to this room.
|
description: The private data that this user has attached to this room.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue