src/api2/admin/datastore.rs: remove prune parameters from status call
Not idea why they are added there.
This commit is contained in:
parent
9e3f008804
commit
1a0678b601
@ -273,9 +273,9 @@ const API_METHOD_STATUS: ApiMethod = ApiMethod::new(
|
|||||||
&ApiHandler::Sync(&status),
|
&ApiHandler::Sync(&status),
|
||||||
&ObjectSchema::new(
|
&ObjectSchema::new(
|
||||||
"Get datastore status.",
|
"Get datastore status.",
|
||||||
&add_common_prune_prameters!([],[
|
&[
|
||||||
("store", false, &StringSchema::new("Datastore name.").schema()),
|
("store", false, &StringSchema::new("Datastore name.").schema()),
|
||||||
]),
|
],
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user