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),
|
||||
&ObjectSchema::new(
|
||||
"Get datastore status.",
|
||||
&add_common_prune_prameters!([],[
|
||||
&[
|
||||
("store", false, &StringSchema::new("Datastore name.").schema()),
|
||||
]),
|
||||
],
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue