Skip to content

Commit

Permalink
update api-server openapi.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 10, 2024
1 parent bb90b70 commit 59cd15e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions services/api-server/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 59cd15e

Please sign in to comment.