File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed
services/web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -3429,20 +3429,6 @@ paths:
34293429 type : boolean
34303430 default : false
34313431 title : Include Extras
3432- - name : limit
3433- in : query
3434- required : false
3435- schema :
3436- type : integer
3437- default : 20
3438- title : Limit
3439- - name : offset
3440- in : query
3441- required : false
3442- schema :
3443- type : integer
3444- default : 0
3445- title : Offset
34463432 responses :
34473433 ' 200 ' :
34483434 description : Successful Response
@@ -16146,6 +16132,10 @@ components:
1614616132 type : string
1614716133 format : uuid
1614816134 title : Projectid
16135+ uuid :
16136+ type : string
16137+ format : uuid
16138+ title : Uuid
1614916139 thumbnail :
1615016140 anyOf :
1615116141 - type : string
@@ -16164,6 +16154,7 @@ components:
1616416154 - uid
1616516155 - createdAt
1616616156 - projectId
16157+ - uuid
1616716158 title : RegisteredProjectFunctionGet
1616816159 RegisteredSolverFunctionGet :
1616916160 properties :
You can’t perform that action at this time.
0 commit comments