Skip to content

Commit 4c2ce22

Browse files
committed
updates OAS
1 parent a8221f8 commit 4c2ce22

File tree

1 file changed

+48
-0
lines changed
  • services/web/server/src/simcore_service_webserver/api/v0

1 file changed

+48
-0
lines changed

services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,18 @@ paths:
942942
application/json:
943943
schema:
944944
$ref: '#/components/schemas/Envelope_list_TagGroupGet__'
945+
'404':
946+
content:
947+
application/json:
948+
schema:
949+
$ref: '#/components/schemas/EnvelopedError'
950+
description: Not Found
951+
'403':
952+
content:
953+
application/json:
954+
schema:
955+
$ref: '#/components/schemas/EnvelopedError'
956+
description: Forbidden
945957
/v0/tags/{tag_id}/groups/{group_id}:
946958
post:
947959
tags:
@@ -981,6 +993,18 @@ paths:
981993
application/json:
982994
schema:
983995
$ref: '#/components/schemas/Envelope_TagGet_'
996+
'404':
997+
content:
998+
application/json:
999+
schema:
1000+
$ref: '#/components/schemas/EnvelopedError'
1001+
description: Not Found
1002+
'403':
1003+
content:
1004+
application/json:
1005+
schema:
1006+
$ref: '#/components/schemas/EnvelopedError'
1007+
description: Forbidden
9841008
put:
9851009
tags:
9861010
- tags
@@ -1019,6 +1043,18 @@ paths:
10191043
application/json:
10201044
schema:
10211045
$ref: '#/components/schemas/Envelope_list_TagGroupGet__'
1046+
'404':
1047+
content:
1048+
application/json:
1049+
schema:
1050+
$ref: '#/components/schemas/EnvelopedError'
1051+
description: Not Found
1052+
'403':
1053+
content:
1054+
application/json:
1055+
schema:
1056+
$ref: '#/components/schemas/EnvelopedError'
1057+
description: Forbidden
10221058
delete:
10231059
tags:
10241060
- tags
@@ -1047,6 +1083,18 @@ paths:
10471083
responses:
10481084
'204':
10491085
description: Successful Response
1086+
'404':
1087+
content:
1088+
application/json:
1089+
schema:
1090+
$ref: '#/components/schemas/EnvelopedError'
1091+
description: Not Found
1092+
'403':
1093+
content:
1094+
application/json:
1095+
schema:
1096+
$ref: '#/components/schemas/EnvelopedError'
1097+
description: Forbidden
10501098
/v0/credits-price:
10511099
get:
10521100
tags:

0 commit comments

Comments
 (0)