Skip to content

Commit

Permalink
openapi specs
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 committed Dec 18, 2024
1 parent 58e2f03 commit 172d343
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,5 @@ class LicensedItemGet(BaseModel):

assert set(LicensedItemGet.model_fields.keys()) == set(
_LicensedItemGet.model_fields.keys()
- {"license_key"} # TODO: @bisgaard-itis please expose
)
Original file line number Diff line number Diff line change
Expand Up @@ -10342,6 +10342,11 @@ components:
name:
type: string
title: Name
licenseKey:
anyOf:
- type: string
- type: 'null'
title: Licensekey
licensedResourceType:
$ref: '#/components/schemas/LicensedResourceType'
pricingPlanId:
Expand All @@ -10361,6 +10366,7 @@ components:
required:
- licensedItemId
- name
- licenseKey
- licensedResourceType
- pricingPlanId
- createdAt
Expand Down

0 comments on commit 172d343

Please sign in to comment.