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(
|
#[api(
|
||||||
streaming: true,
|
serializing: true,
|
||||||
input: {
|
input: {
|
||||||
properties: {
|
properties: {
|
||||||
"path": {
|
"path": {
|
||||||
|
@ -415,7 +415,7 @@ pub async fn delete_snapshot(
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[api(
|
#[api(
|
||||||
streaming: true,
|
serializing: true,
|
||||||
input: {
|
input: {
|
||||||
properties: {
|
properties: {
|
||||||
store: { schema: DATASTORE_SCHEMA },
|
store: { schema: DATASTORE_SCHEMA },
|
||||||
|
@ -445,7 +445,7 @@ fn stop_task(param: Value, rpcenv: &mut dyn RpcEnvironment) -> Result<Value, Err
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[api(
|
#[api(
|
||||||
streaming: true,
|
serializing: true,
|
||||||
input: {
|
input: {
|
||||||
properties: {
|
properties: {
|
||||||
node: {
|
node: {
|
||||||
|
Loading…
Reference in New Issue
Block a user