mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-30 19:34:32 +00:00
![]() Reference a predefined BACKUP_ARCHIVE_NAME StringSchema like this: #[api( input: { properties: { archive: { optional: true, schema: BACKUP_ARCHIVE_NAME, }, } } )] fn get_archive(archive: String) -> Result<(), Error> { ... } Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |