]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Add documentation for client parameter in objects endpoint
authorMarcin Haba <marcin.haba@bacula.pl>
Wed, 31 May 2023 08:50:58 +0000 (10:50 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Thu, 1 Jun 2023 11:20:55 +0000 (13:20 +0200)
gui/baculum/protected/API/openapi_baculum.json

index eac64c7180a4fdacd0306a86e70b0b3a1f751e16..e5d2afe8fd2a02088124bb2ecca39b88af0d7936 100644 (file)
                                                "schema": {
                                                        "type": "boolean"
                                                }
+                                       },
+                                       {
+                                               "name": "client",
+                                               "in": "query",
+                                               "required": false,
+                                               "description": "Client name",
+                                               "schema": {
+                                                       "type": "string"
+                                               }
                                        }
                                ]
                        }