From: Marcin Haba Date: Tue, 20 Jun 2023 11:10:27 +0000 (+0200) Subject: baculum: Add group_order_by and group_order_direction parameters to documentation X-Git-Tag: Release-13.0.4~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b860dedf586427f2c3e02e957daba3d5d8c8ed4;p=thirdparty%2Fbacula.git baculum: Add group_order_by and group_order_direction parameters to documentation --- diff --git a/gui/baculum/protected/API/openapi_baculum.json b/gui/baculum/protected/API/openapi_baculum.json index cb21cd964..cff09ffee 100644 --- a/gui/baculum/protected/API/openapi_baculum.json +++ b/gui/baculum/protected/API/openapi_baculum.json @@ -8170,6 +8170,25 @@ "enum": ["asc", "desc"] } }, + { + "name": "group_order_by", + "in": "query", + "required": false, + "description": "Sort groups by selected object property (default objectid).", + "schema": { + "type": "string" + } + }, + { + "name": "group_order_direction", + "in": "query", + "required": false, + "description": "Group order direction. It can be 'asc' (ascending order - default) or 'desc' (descending order)", + "schema": { + "type": "string", + "enum": ["asc", "desc"] + } + }, { "name": "schedtime_from", "in": "query",