File tree Expand file tree Collapse file tree 1 file changed +31
-6
lines changed
services/web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 1 file changed +31
-6
lines changed Original file line number Diff line number Diff line change @@ -396,6 +396,12 @@ paths:
396396 application/json :
397397 schema :
398398 $ref : ' #/components/schemas/Envelope_list_ApiKeyGet__'
399+ ' 409 ' :
400+ description : Conflict
401+ content :
402+ application/json :
403+ schema :
404+ $ref : ' #/components/schemas/EnvelopedError'
399405 ' 404 ' :
400406 description : Not Found
401407 content :
@@ -421,6 +427,12 @@ paths:
421427 application/json :
422428 schema :
423429 $ref : ' #/components/schemas/Envelope_ApiKeyCreateResponse_'
430+ ' 409 ' :
431+ description : Conflict
432+ content :
433+ application/json :
434+ schema :
435+ $ref : ' #/components/schemas/EnvelopedError'
424436 ' 404 ' :
425437 description : Not Found
426438 content :
@@ -450,6 +462,12 @@ paths:
450462 application/json :
451463 schema :
452464 $ref : ' #/components/schemas/Envelope_ApiKeyGet_'
465+ ' 409 ' :
466+ content :
467+ application/json :
468+ schema :
469+ $ref : ' #/components/schemas/EnvelopedError'
470+ description : Conflict
453471 ' 404 ' :
454472 content :
455473 application/json :
@@ -474,6 +492,12 @@ paths:
474492 responses :
475493 ' 204 ' :
476494 description : Successful Response
495+ ' 409 ' :
496+ content :
497+ application/json :
498+ schema :
499+ $ref : ' #/components/schemas/EnvelopedError'
500+ description : Conflict
477501 ' 404 ' :
478502 content :
479503 application/json :
@@ -6765,6 +6789,11 @@ components:
67656789 title : ApiKeyCreateRequest
67666790 ApiKeyCreateResponse :
67676791 properties :
6792+ id :
6793+ type : string
6794+ maxLength : 100
6795+ minLength : 1
6796+ title : Id
67686797 displayName :
67696798 type : string
67706799 minLength : 3
@@ -6777,11 +6806,6 @@ components:
67776806 title : Expiration
67786807 description : Time delta from creation time to expiration. If None, then
67796808 it does not expire.
6780- id :
6781- type : string
6782- maxLength : 100
6783- minLength : 1
6784- title : Id
67856809 apiBaseUrl :
67866810 type : string
67876811 title : Apibaseurl
@@ -6793,8 +6817,8 @@ components:
67936817 title : Apisecret
67946818 type : object
67956819 required :
6796- - displayName
67976820 - id
6821+ - displayName
67986822 - apiBaseUrl
67996823 - apiKey
68006824 - apiSecret
@@ -9961,6 +9985,7 @@ components:
99619985 id : ' 1'
99629986 last_name : Smith
996399879988+ userName : mrmith
99649989 GroupUserUpdate :
99659990 properties :
99669991 accessRights :
You can’t perform that action at this time.
0 commit comments