]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Add to documentation missing type parameter to job resnames endpoint
authorMarcin Haba <marcin.haba@bacula.pl>
Fri, 3 Mar 2023 10:11:18 +0000 (11:11 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Sun, 5 Mar 2023 06:06:30 +0000 (07:06 +0100)
gui/baculum/protected/API/openapi_baculum.json

index 38e5b462110998221ea0cead292cc73f0ae4fbf6..d1e8d07ee66933a7f049721346347cd408206c13 100644 (file)
                                "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"]
+                                               }
                                        }
                                ]
                        }