mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-04 17:14:54 +00:00
add 'returns' member to method info dump
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
a64832aac2
commit
0d133c4d2c
@ -112,7 +112,7 @@ impl<Body> dyn ApiMethodInfo<Body> + Send + Sync {
|
||||
"protected": self.protected(),
|
||||
"reload-timezone": self.reload_timezone(),
|
||||
"parameters": parameters,
|
||||
//"returns": self.return_type().api_dump()?, <- add api_dump() to TypeInfo
|
||||
"returns": self.return_type().api_dump(),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user