From: Marcin Haba Date: Tue, 4 Apr 2023 09:23:22 +0000 (+0200) Subject: baculum: Update documentation X-Git-Tag: Release-13.0.3~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b0b107b84a0f9b2a96cc43ca8f622c2b3786d5b;p=thirdparty%2Fbacula.git baculum: Update documentation --- diff --git a/gui/baculum/protected/API/openapi_baculum.json b/gui/baculum/protected/API/openapi_baculum.json index 87cb6e810..946f173bf 100644 --- a/gui/baculum/protected/API/openapi_baculum.json +++ b/gui/baculum/protected/API/openapi_baculum.json @@ -4803,9 +4803,14 @@ } } }, - "parameters": [{ - "$ref": "#/components/parameters/Limit" - }] + "parameters": [ + { + "$ref": "#/components/parameters/Limit" + }, + { + "$ref": "#/components/parameters/Offset" + } + ] } }, "/api/v2/filesets/{filesetid}": { @@ -8026,6 +8031,9 @@ { "$ref": "#/components/parameters/Limit" }, + { + "$ref": "#/components/parameters/Offset" + }, { "name": "job", "in": "query",