api: replace deprecated 'streaming' attribute with 'serializing'

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-09-05 13:37:40 +02:00
parent bd8c677eab
commit d1a5855e74
3 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@ fn get_dir_entry(path: &Path) -> Result<DirEntryAttribute, Error> {
}
#[api(
streaming: true,
serializing: true,
input: {
properties: {
"path": {

View File

@ -415,7 +415,7 @@ pub async fn delete_snapshot(
}
#[api(
streaming: true,
serializing: true,
input: {
properties: {
store: { schema: DATASTORE_SCHEMA },

View File

@ -445,7 +445,7 @@ fn stop_task(param: Value, rpcenv: &mut dyn RpcEnvironment) -> Result<Value, Err
}
#[api(
streaming: true,
serializing: true,
input: {
properties: {
node: {