From: Marcin Haba Date: Thu, 3 Nov 2022 15:06:52 +0000 (+0100) Subject: baculum: Tweak fix jobids parameter in Bvfs update endpoint X-Git-Tag: Release-13.0.2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a59283fff00f99112d7bde4b00284157003fc3f6;p=thirdparty%2Fbacula.git baculum: Tweak fix jobids parameter in Bvfs update endpoint --- diff --git a/gui/baculum/protected/API/openapi_baculum.json b/gui/baculum/protected/API/openapi_baculum.json index c9a2e00a6..eb21401d9 100644 --- a/gui/baculum/protected/API/openapi_baculum.json +++ b/gui/baculum/protected/API/openapi_baculum.json @@ -3913,8 +3913,8 @@ "parameters": [ { "name": "jobids", - "in": "query", - "required": false, + "in": "body", + "required": true, "description": "Job identifiers (comma separated)", "schema": { "type": "string"