Skip to content

Commit 56c718b

Browse files
update spec
1 parent 4f89dda commit 56c718b

File tree

1 file changed

+3
-2
lines changed
  • services/web/server/src/simcore_service_webserver/api/v0

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8323,7 +8323,9 @@ components:
83238323
description: Time delta from creation time to expiration. If None, then
83248324
it does not expire.
83258325
apiBaseUrl:
8326-
type: string
8326+
anyOf:
8327+
- type: string
8328+
- type: 'null'
83278329
title: Apibaseurl
83288330
apiKey:
83298331
type: string
@@ -8335,7 +8337,6 @@ components:
83358337
required:
83368338
- id
83378339
- displayName
8338-
- apiBaseUrl
83398340
- apiKey
83408341
- apiSecret
83418342
title: ApiKeyCreateResponse

0 commit comments

Comments
 (0)