From: Marcin Haba Date: Fri, 21 Apr 2023 09:29:53 +0000 (+0200) Subject: baculum: Fix documentation about jobids parameter in bvfs restore endpoint X-Git-Tag: Release-13.0.3~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71d6dd32da491243c97535d0b1ea5b5ca9a7f2e5;p=thirdparty%2Fbacula.git baculum: Fix documentation about jobids parameter in bvfs restore endpoint --- diff --git a/gui/baculum/protected/API/openapi_baculum.json b/gui/baculum/protected/API/openapi_baculum.json index c98a974d1..904a8a6d5 100644 --- a/gui/baculum/protected/API/openapi_baculum.json +++ b/gui/baculum/protected/API/openapi_baculum.json @@ -5630,7 +5630,7 @@ "name": "jobids", "in": "body", "description": "Comma separated job identifiers", - "required": true, + "required": false, "schema": { "type": "integer" }