File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
services/web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4396,7 +4396,7 @@ paths:
43964396 ' 403 ' :
43974397 description : ProjectInvalidRightsError
43984398 ' 404 ' :
4399- description : ProjectNotFoundError, UserDefaultWalletNotFoundError
4399+ description : UserDefaultWalletNotFoundError, ProjectNotFoundError
44004400 ' 409 ' :
44014401 description : ProjectTooManyProjectOpenedError
44024402 ' 422 ' :
@@ -11285,7 +11285,7 @@ components:
1128511285 unitExtraInfo :
1128611286 $ref : ' #/components/schemas/UnitExtraInfo-Output'
1128711287 currentCostPerUnit :
11288- type : number
11288+ type : string
1128911289 title : Currentcostperunit
1129011290 default :
1129111291 type : boolean
@@ -11329,7 +11329,7 @@ components:
1132911329 unitExtraInfo :
1133011330 $ref : ' #/components/schemas/UnitExtraInfo-Output'
1133111331 currentCostPerUnit :
11332- type : number
11332+ type : string
1133311333 title : Currentcostperunit
1133411334 default :
1133511335 type : boolean
@@ -14140,7 +14140,7 @@ components:
1414014140 format : date-time
1414114141 title : Modified
1414214142 availableCredits :
14143- type : number
14143+ type : string
1414414144 title : Availablecredits
1414514145 type : object
1414614146 required :
You can’t perform that action at this time.
0 commit comments