From d2d9cde283ae162fb2689f2873b04aef7ae66529 Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Thu, 11 Aug 2022 11:52:34 +0200 Subject: [PATCH] baculum: Add missing objectid parameter to API documentation --- gui/baculum/protected/API/openapi_baculum.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gui/baculum/protected/API/openapi_baculum.json b/gui/baculum/protected/API/openapi_baculum.json index acac25d8f..2ab87dd03 100644 --- a/gui/baculum/protected/API/openapi_baculum.json +++ b/gui/baculum/protected/API/openapi_baculum.json @@ -6124,7 +6124,18 @@ } } } - } + }, + "parameters": [ + { + "name": "objectid", + "in": "path", + "required": true, + "description": "Object identifier", + "schema": { + "type": "integer" + } + } + ] } }, "/api/v2/objects/stats/category-sum/": { -- 2.47.3