client-api: Fix response field name in space::get_hierarchy
This commit is contained in:
parent
493b9a08c7
commit
ed36ae5ac7
@ -63,7 +63,7 @@ pub mod v1 {
|
|||||||
pub next_batch: Option<String>,
|
pub next_batch: Option<String>,
|
||||||
|
|
||||||
/// A paginated chunk of the space children.
|
/// A paginated chunk of the space children.
|
||||||
pub chunk: Vec<SpaceHierarchyRoomsChunk>,
|
pub rooms: Vec<SpaceHierarchyRoomsChunk>,
|
||||||
}
|
}
|
||||||
|
|
||||||
error: crate::Error
|
error: crate::Error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user