mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-13 23:14:10 +01:00
Remove extra trailing quotes from sync API specs
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
844dd6f8ae
commit
a84a985f6a
|
|
@ -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