Skip to content

Commit 7e9de14

Browse files
open api specs
1 parent 138412e commit 7e9de14

File tree

1 file changed

+12
-0
lines changed
  • services/web/server/src/simcore_service_webserver/api/v0

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10372,13 +10372,25 @@ components:
1037210372
exclusiveMinimum: true
1037310373
title: Wallet Id
1037410374
minimum: 0
10375+
pricing_plan_id:
10376+
type: integer
10377+
exclusiveMinimum: true
10378+
title: Pricing Plan Id
10379+
minimum: 0
10380+
pricing_unit_id:
10381+
type: integer
10382+
exclusiveMinimum: true
10383+
title: Pricing Unit Id
10384+
minimum: 0
1037510385
num_of_seats:
1037610386
type: integer
1037710387
title: Num Of Seats
1037810388
additionalProperties: false
1037910389
type: object
1038010390
required:
1038110391
- wallet_id
10392+
- pricing_plan_id
10393+
- pricing_unit_id
1038210394
- num_of_seats
1038310395
title: LicensedItemsBodyParams
1038410396
LicensedResourceType:

0 commit comments

Comments
 (0)