From 9d3a7a0cdc43ace81189c42450cf66c889ffde5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Czern=C3=BD?= Date: Thu, 7 Sep 2023 10:45:35 +0200 Subject: [PATCH] F OpenNebula/one#6063: Add update type flag to backupjob update (#2671) --- source/integration_and_development/system_interfaces/api.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/integration_and_development/system_interfaces/api.rst b/source/integration_and_development/system_interfaces/api.rst index b73d6b487..6f49411b6 100644 --- a/source/integration_and_development/system_interfaces/api.rst +++ b/source/integration_and_development/system_interfaces/api.rst @@ -8159,6 +8159,7 @@ Type Data Type Description IN String The session string. IN Int The object ID. IN String The new Backup Job content. Syntax can be the usual ``attribute=value`` or XML. +IN Int Update type: **0**: Replace the whole template. **1**: Merge new template with the existing one. OUT Boolean True or false whenever is successful or not. OUT Int/String The resource ID / The error string. OUT Int Error code.