]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Update API documentation
authorMarcin Haba <marcin.haba@bacula.pl>
Fri, 5 Jan 2024 12:05:05 +0000 (13:05 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Thu, 18 Jan 2024 09:22:37 +0000 (10:22 +0100)
gui/baculum/protected/API/openapi_baculum.json

index 184dcbeb388a9b76173dadf5a0f1198a0c4a8bee..32007f36837d2a6c72c84d016bfcaae1917059ff 100644 (file)
                                        {
                                                "$ref": "#/components/parameters/StorageId"
                                        },
+                                       {
+                                               "name": "path",
+                                               "in": "query",
+                                               "description": "Path to create.",
+                                               "required": true,
+                                               "schema": {
+                                                       "type": "string"
+                                               }
+                                       },
                                        {
                                                "$ref": "#/components/parameters/Output"
                                        }