From: Marcin Haba Date: Fri, 5 Jan 2024 12:05:05 +0000 (+0100) Subject: Update API documentation X-Git-Tag: Beta-15.0.1~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d3a61b5da97e622017b6be430f271df438e3598;p=thirdparty%2Fbacula.git Update API documentation --- diff --git a/gui/baculum/protected/API/openapi_baculum.json b/gui/baculum/protected/API/openapi_baculum.json index 184dcbeb3..32007f368 100644 --- a/gui/baculum/protected/API/openapi_baculum.json +++ b/gui/baculum/protected/API/openapi_baculum.json @@ -10431,6 +10431,15 @@ { "$ref": "#/components/parameters/StorageId" }, + { + "name": "path", + "in": "query", + "description": "Path to create.", + "required": true, + "schema": { + "type": "string" + } + }, { "$ref": "#/components/parameters/Output" }