Skip to content

Commit

Permalink
run make openapi.json
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Dec 2, 2024
1 parent 8f3b40a commit 14d4cda
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions services/api-server/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6490,7 +6490,7 @@
"$ref": "#/components/schemas/UnitExtraInfo"
},
"currentCostPerUnit": {
"type": "number",
"type": "string",
"title": "Currentcostperunit"
},
"default": {
Expand Down Expand Up @@ -6891,7 +6891,7 @@
"type": "integer",
"x_unit": "second"
},
"key": "input_2",
"key": "f763658f-a89a-4a90-ace4-c44631290f12",
"kind": "input"
}
},
Expand Down Expand Up @@ -7091,15 +7091,17 @@
"title": "Modified"
},
"availableCredits": {
"type": "number",
"type": "string",
"title": "Availablecredits"
}
},
"type": "object",
"required": [
"walletId",
"name",
"description",
"owner",
"thumbnail",
"status",
"created",
"modified",
Expand Down

0 comments on commit 14d4cda

Please sign in to comment.