api: replace deprecated 'streaming' attribute with 'serializing'
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
bd8c677eab
commit
d1a5855e74
@ -118,7 +118,7 @@ fn get_dir_entry(path: &Path) -> Result<DirEntryAttribute, Error> {
|
||||
}
|
||||
|
||||
#[api(
|
||||
streaming: true,
|
||||
serializing: true,
|
||||
input: {
|
||||
properties: {
|
||||
"path": {
|
||||
|
@ -415,7 +415,7 @@ pub async fn delete_snapshot(
|
||||
}
|
||||
|
||||
#[api(
|
||||
streaming: true,
|
||||
serializing: true,
|
||||
input: {
|
||||
properties: {
|
||||
store: { schema: DATASTORE_SCHEMA },
|
||||
|
@ -445,7 +445,7 @@ fn stop_task(param: Value, rpcenv: &mut dyn RpcEnvironment) -> Result<Value, Err
|
||||
}
|
||||
|
||||
#[api(
|
||||
streaming: true,
|
||||
serializing: true,
|
||||
input: {
|
||||
properties: {
|
||||
node: {
|
||||
|
Loading…
Reference in New Issue
Block a user