Skip to content

Commit 14d4cda

Browse files
run make openapi.json
1 parent 8f3b40a commit 14d4cda

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

services/api-server/openapi.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6490,7 +6490,7 @@
64906490
"$ref": "#/components/schemas/UnitExtraInfo"
64916491
},
64926492
"currentCostPerUnit": {
6493-
"type": "number",
6493+
"type": "string",
64946494
"title": "Currentcostperunit"
64956495
},
64966496
"default": {
@@ -6891,7 +6891,7 @@
68916891
"type": "integer",
68926892
"x_unit": "second"
68936893
},
6894-
"key": "input_2",
6894+
"key": "f763658f-a89a-4a90-ace4-c44631290f12",
68956895
"kind": "input"
68966896
}
68976897
},
@@ -7091,15 +7091,17 @@
70917091
"title": "Modified"
70927092
},
70937093
"availableCredits": {
7094-
"type": "number",
7094+
"type": "string",
70957095
"title": "Availablecredits"
70967096
}
70977097
},
70987098
"type": "object",
70997099
"required": [
71007100
"walletId",
71017101
"name",
7102+
"description",
71027103
"owner",
7104+
"thumbnail",
71037105
"status",
71047106
"created",
71057107
"modified",

0 commit comments

Comments
 (0)