Skip to content

Commit 172d343

Browse files
openapi specs
1 parent 58e2f03 commit 172d343

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

services/api-server/src/simcore_service_api_server/models/schemas/model_adapter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,5 @@ class LicensedItemGet(BaseModel):
141141

142142
assert set(LicensedItemGet.model_fields.keys()) == set(
143143
_LicensedItemGet.model_fields.keys()
144+
- {"license_key"} # TODO: @bisgaard-itis please expose
144145
)

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10342,6 +10342,11 @@ components:
1034210342
name:
1034310343
type: string
1034410344
title: Name
10345+
licenseKey:
10346+
anyOf:
10347+
- type: string
10348+
- type: 'null'
10349+
title: Licensekey
1034510350
licensedResourceType:
1034610351
$ref: '#/components/schemas/LicensedResourceType'
1034710352
pricingPlanId:
@@ -10361,6 +10366,7 @@ components:
1036110366
required:
1036210367
- licensedItemId
1036310368
- name
10369+
- licenseKey
1036410370
- licensedResourceType
1036510371
- pricingPlanId
1036610372
- createdAt

0 commit comments

Comments
 (0)