src/api2/admin/datastore.rs: remove prune parameters from status call
Not idea why they are added there.
This commit is contained in:
		| @ -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()), | ||||
|         ]), | ||||
|         ], | ||||
|     ) | ||||
| ); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user