]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Add documentation to new jobids parameter in job list endpoint
authorMarcin Haba <marcin.haba@bacula.pl>
Fri, 9 Dec 2022 13:57:34 +0000 (14:57 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Mon, 9 Jan 2023 12:34:42 +0000 (13:34 +0100)
gui/baculum/protected/API/openapi_baculum.json

index 632c34fac34ea907e49e6a06160486a2d9d90da6..1fd74dafd721158d0e5bc4ee5161ad661dade720 100644 (file)
                                                        "pattern": "[a-zA-Z0-9:.-_ ]+"
                                                }
                                        },
+                                       {
+                                               "name": "jobids",
+                                               "in": "query",
+                                               "required": false,
+                                               "description": "Comma separated job identifiers. Using this filter causes that all other filters are ignored. Sorting is possible.",
+                                               "schema": {
+                                                       "type": "string"
+                                               }
+                                       },
                                        {
                                                "name": "jobstatus",
                                                "in": "query",