From 59cd15e88eabe16b35601079846df2bc04586552 Mon Sep 17 00:00:00 2001 From: Mads Bisgaard Date: Tue, 10 Dec 2024 10:55:54 +0100 Subject: [PATCH] update api-server openapi.json --- services/api-server/openapi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/services/api-server/openapi.json b/services/api-server/openapi.json index eb58ac00550..d70ef50e6bc 100644 --- a/services/api-server/openapi.json +++ b/services/api-server/openapi.json @@ -6484,6 +6484,16 @@ "title": "Pricingunitid", "minimum": 0 }, + "unitName": { + "type": "string", + "title": "Unitname" + }, + "unitExtraInfo": { + "$ref": "#/components/schemas/UnitExtraInfo" + }, + "currentCostPerUnit": { + "type": "number", + "minimum": 0.0, "title": "Currentcostperunit" }, "default": {