]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Add missing objectid parameter to API documentation
authorMarcin Haba <marcin.haba@bacula.pl>
Thu, 11 Aug 2022 09:52:34 +0000 (11:52 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Thu, 17 Nov 2022 09:05:10 +0000 (10:05 +0100)
gui/baculum/protected/API/openapi_baculum.json

index acac25d8ff5c1feca41178fff73f55ab0ae05ead..2ab87dd03e93968b95de49e5ad44755a2f72e3fa 100644 (file)
                                                        }
                                                }
                                        }
-                               }
+                               },
+                               "parameters": [
+                                       {
+                                               "name": "objectid",
+                                               "in": "path",
+                                               "required": true,
+                                               "description": "Object identifier",
+                                               "schema": {
+                                                       "type": "integer"
+                                               }
+                                       }
+                               ]
                        }
                },
                "/api/v2/objects/stats/category-sum/": {