File tree Expand file tree Collapse file tree 1 file changed +30
-30
lines changed
services/web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -9284,35 +9284,6 @@ components:
92849284 - name
92859285 - email
92869286 title : Author
9287- BasicGroupGet :
9288- properties :
9289- gid :
9290- type : integer
9291- exclusiveMinimum : true
9292- title : Gid
9293- description : the group's unique ID
9294- minimum : 0
9295- label :
9296- type : string
9297- title : Label
9298- description : the group's display name
9299- description :
9300- type : string
9301- title : Description
9302- thumbnail :
9303- anyOf :
9304- - type : string
9305- minLength : 1
9306- format : uri
9307- - type : ' null'
9308- title : Thumbnail
9309- description : a link to the group's thumbnail
9310- type : object
9311- required :
9312- - gid
9313- - label
9314- - description
9315- title : BasicGroupGet
93169287 Body_service_submission :
93179288 properties :
93189289 file :
@@ -12942,6 +12913,35 @@ components:
1294212913 - description
1294312914 - accessRights
1294412915 title : GroupGet
12916+ GroupGetBase :
12917+ properties :
12918+ gid :
12919+ type : integer
12920+ exclusiveMinimum : true
12921+ title : Gid
12922+ description : the group's unique ID
12923+ minimum : 0
12924+ label :
12925+ type : string
12926+ title : Label
12927+ description : the group's display name
12928+ description :
12929+ type : string
12930+ title : Description
12931+ thumbnail :
12932+ anyOf :
12933+ - type : string
12934+ minLength : 1
12935+ format : uri
12936+ - type : ' null'
12937+ title : Thumbnail
12938+ description : a link to the group's thumbnail
12939+ type : object
12940+ required :
12941+ - gid
12942+ - label
12943+ - description
12944+ title : GroupGetBase
1294512945 GroupUpdate :
1294612946 properties :
1294712947 label :
@@ -13635,7 +13635,7 @@ components:
1363513635 - type : ' null'
1363613636 support :
1363713637 anyOf :
13638- - $ref : ' #/components/schemas/BasicGroupGet '
13638+ - $ref : ' #/components/schemas/GroupGetBase '
1363913639 - type : ' null'
1364013640 description : Group ID of the app support team or None if no support is defined
1364113641 for this product
You can’t perform that action at this time.
0 commit comments