Fix typo. Change responses in both places
This commit is contained in:
parent
5e99f4753d
commit
a66a744c45
1 changed files with 9 additions and 5 deletions
|
@ -69,7 +69,7 @@ paths:
|
||||||
title: "PublicRoomsChunk"
|
title: "PublicRoomsChunk"
|
||||||
required:
|
required:
|
||||||
- room_id
|
- room_id
|
||||||
- num_joined_users
|
- num_joined_members
|
||||||
- world_readable
|
- world_readable
|
||||||
- guest_can_join
|
- guest_can_join
|
||||||
properties:
|
properties:
|
||||||
|
@ -213,7 +213,11 @@ paths:
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
title: "PublicRoomsChunk"
|
title: "PublicRoomsChunk"
|
||||||
required: ["room_id"]
|
required:
|
||||||
|
- room_id
|
||||||
|
- num_joined_members
|
||||||
|
- world_readable
|
||||||
|
- guest_can_join
|
||||||
properties:
|
properties:
|
||||||
aliases:
|
aliases:
|
||||||
type: array
|
type: array
|
||||||
|
@ -224,11 +228,11 @@ paths:
|
||||||
canonical_alias:
|
canonical_alias:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
The canonical alias of the room, if any. May be null.
|
The canonical alias of the room, if any.
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
The name of the room, if any. May be null.
|
The name of the room, if any.
|
||||||
num_joined_members:
|
num_joined_members:
|
||||||
type: number
|
type: number
|
||||||
description: |-
|
description: |-
|
||||||
|
@ -240,7 +244,7 @@ paths:
|
||||||
topic:
|
topic:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
The topic of the room, if any. May be null.
|
The topic of the room, if any.
|
||||||
world_readable:
|
world_readable:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: |-
|
description: |-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue