|
|
@ -136,7 +136,8 @@ paths:
|
|
|
|
title: Joined Rooms
|
|
|
|
title: Joined Rooms
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
The rooms that the user has joined.
|
|
|
|
The rooms that the user has joined, mapped as room ID to
|
|
|
|
|
|
|
|
room information.
|
|
|
|
additionalProperties:
|
|
|
|
additionalProperties:
|
|
|
|
title: Joined Room
|
|
|
|
title: Joined Room
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
@ -249,7 +250,8 @@ paths:
|
|
|
|
title: Invited Rooms
|
|
|
|
title: Invited Rooms
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
The rooms that the user has been invited to.
|
|
|
|
The rooms that the user has been invited to, mapped as room ID to
|
|
|
|
|
|
|
|
room information.
|
|
|
|
additionalProperties:
|
|
|
|
additionalProperties:
|
|
|
|
title: Invited Room
|
|
|
|
title: Invited Room
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
@ -280,7 +282,8 @@ paths:
|
|
|
|
title: Left rooms
|
|
|
|
title: Left rooms
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
The rooms that the user has left or been banned from.
|
|
|
|
The rooms that the user has left or been banned from, mapped as room ID to
|
|
|
|
|
|
|
|
room information.
|
|
|
|
additionalProperties:
|
|
|
|
additionalProperties:
|
|
|
|
title: Left Room
|
|
|
|
title: Left Room
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|