Disambiguate uses of PublicRoomsChunk` (#1740)
* Disambiguate uses of PublicRoomsChunk Make sure that different objects don't share the same title. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
a1210ff6d1
commit
9fdc7ac38f
4 changed files with 5 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
Disambiguate uses of `PublicRoomsChunk` in the `GET /hierarchy` endpoint.
|
|
@ -0,0 +1 @@
|
|||
Disambiguate uses of `PublicRoomsChunk` in the `GET /hierarchy` endpoint.
|
|
@ -92,7 +92,7 @@ paths:
|
|||
allOf:
|
||||
- $ref: definitions/public_rooms_chunk.yaml
|
||||
- type: object
|
||||
title: ChildRoomsChunk
|
||||
title: SpaceHierarchyRoomsChunk
|
||||
properties:
|
||||
room_type:
|
||||
type: string
|
||||
|
|
|
@ -63,6 +63,7 @@ paths:
|
|||
allOf:
|
||||
- $ref: ../client-server/definitions/public_rooms_chunk.yaml
|
||||
- type: object
|
||||
title: SpaceHierarchyParentRoom
|
||||
properties:
|
||||
room_type:
|
||||
type: string
|
||||
|
@ -106,6 +107,7 @@ paths:
|
|||
allOf:
|
||||
- $ref: ../client-server/definitions/public_rooms_chunk.yaml
|
||||
- type: object
|
||||
title: SpaceHierarchyChildRoomsChunk
|
||||
properties:
|
||||
room_type:
|
||||
type: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue