From: Marcin Haba Date: Tue, 13 Jul 2021 03:22:03 +0000 (+0200) Subject: baculum: Update API documentation X-Git-Tag: Release-11.3.2~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5310910af900b762ad2c9b9a0ca847924005256;p=thirdparty%2Fbacula.git baculum: Update API documentation --- diff --git a/gui/baculum/protected/API/openapi_baculum.json b/gui/baculum/protected/API/openapi_baculum.json index b577fd34e..472c55d48 100644 --- a/gui/baculum/protected/API/openapi_baculum.json +++ b/gui/baculum/protected/API/openapi_baculum.json @@ -258,6 +258,16 @@ "type": "string", "pattern": "[a-zA-Z0-9:.-_ ]+" } + }, + "ApplyJobDefs": { + "name": "apply_jobdefs", + "in": "query", + "description": "Apply JobDefs in results (this parameter is taken into account only for Job resources)", + "required": false, + "schema": { + "type": "boolean", + "default": 0 + } } } }, @@ -4261,6 +4271,9 @@ "parameters": [ { "$ref": "#/components/parameters/ComponentType" + }, + { + "$ref": "#/components/parameters/ApplyJobDefs" } ] }, @@ -4345,6 +4358,9 @@ }, { "$ref": "#/components/parameters/ResourceType" + }, + { + "$ref": "#/components/parameters/ApplyJobDefs" } ] }, @@ -4435,6 +4451,9 @@ }, { "$ref": "#/components/parameters/ResourceName" + }, + { + "$ref": "#/components/parameters/ApplyJobDefs" } ] },