proxmox 0.10: adapt to moved ParameterSchema
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
0bfcea6a11
commit
29a59b380c
@ -26,7 +26,6 @@ use proxmox::api::{
|
|||||||
ApiHandler,
|
ApiHandler,
|
||||||
ApiMethod,
|
ApiMethod,
|
||||||
HttpError,
|
HttpError,
|
||||||
ParameterSchema,
|
|
||||||
Permission,
|
Permission,
|
||||||
RpcEnvironment,
|
RpcEnvironment,
|
||||||
RpcEnvironmentType,
|
RpcEnvironmentType,
|
||||||
@ -34,6 +33,7 @@ use proxmox::api::{
|
|||||||
};
|
};
|
||||||
use proxmox::api::schema::{
|
use proxmox::api::schema::{
|
||||||
ObjectSchemaType,
|
ObjectSchemaType,
|
||||||
|
ParameterSchema,
|
||||||
parse_parameter_strings,
|
parse_parameter_strings,
|
||||||
parse_simple_value,
|
parse_simple_value,
|
||||||
verify_json_object,
|
verify_json_object,
|
||||||
|
Loading…
Reference in New Issue
Block a user