From: Marcin Haba Date: Thu, 3 Nov 2022 15:04:04 +0000 (+0100) Subject: baculum: Add jobids parameter to Bvfs update endpoint X-Git-Tag: Release-13.0.2~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=674e630eed179f5db99a2a9f4b11656b2b5c7eaa;p=thirdparty%2Fbacula.git baculum: Add jobids parameter to Bvfs update endpoint --- diff --git a/gui/baculum/protected/API/openapi_baculum.json b/gui/baculum/protected/API/openapi_baculum.json index 8ebc15a42..c9a2e00a6 100644 --- a/gui/baculum/protected/API/openapi_baculum.json +++ b/gui/baculum/protected/API/openapi_baculum.json @@ -3909,7 +3909,18 @@ } } } - } + }, + "parameters": [ + { + "name": "jobids", + "in": "query", + "required": false, + "description": "Job identifiers (comma separated)", + "schema": { + "type": "string" + } + } + ] } }, "/api/v2/bvfs/lsdirs": {