src/api2/admin/datastore/backup.rs: add missing 'archive-name' parameter to schema
This commit is contained in:
parent
6b95c7df07
commit
af1d68185c
|
@ -153,6 +153,7 @@ pub fn api_method_create_dynamic_index() -> ApiMethod {
|
|||
ApiMethod::new(
|
||||
create_dynamic_index,
|
||||
ObjectSchema::new("Create dynamic chunk index file.")
|
||||
.required("archive-name", StringSchema::new("Backup archive name."))
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue