Skip to content

Commit

Permalink
open api specs
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 committed Dec 11, 2024
1 parent 138412e commit 7e9de14
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10372,13 +10372,25 @@ components:
exclusiveMinimum: true
title: Wallet Id
minimum: 0
pricing_plan_id:
type: integer
exclusiveMinimum: true
title: Pricing Plan Id
minimum: 0
pricing_unit_id:
type: integer
exclusiveMinimum: true
title: Pricing Unit Id
minimum: 0
num_of_seats:
type: integer
title: Num Of Seats
additionalProperties: false
type: object
required:
- wallet_id
- pricing_plan_id
- pricing_unit_id
- num_of_seats
title: LicensedItemsBodyParams
LicensedResourceType:
Expand Down

0 comments on commit 7e9de14

Please sign in to comment.