From: Marcin Haba Date: Fri, 3 Mar 2023 10:11:18 +0000 (+0100) Subject: baculum: Add to documentation missing type parameter to job resnames endpoint X-Git-Tag: Release-13.0.3~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44365f0cd6d6e6f187a32e8bfa2ab15f709401d;p=thirdparty%2Fbacula.git baculum: Add to documentation missing type parameter to job resnames endpoint --- diff --git a/gui/baculum/protected/API/openapi_baculum.json b/gui/baculum/protected/API/openapi_baculum.json index 38e5b4621..d1e8d07ee 100644 --- a/gui/baculum/protected/API/openapi_baculum.json +++ b/gui/baculum/protected/API/openapi_baculum.json @@ -1534,6 +1534,17 @@ "parameters": [ { "$ref": "#/components/parameters/Limit" + }, + { + "name": "type", + "in": "query", + "description": "Job type letter", + "required": false, + "schema": { + "type": "string", + "description": "Job type letter", + "enum": ["B", "M", "V", "R", "I", "D", "A", "C", "c", "g"] + } } ] }