From 7e9de14334e18e5b8be1395b511f02e74ef4c847 Mon Sep 17 00:00:00 2001 From: matusdrobuliak66 Date: Wed, 11 Dec 2024 06:17:55 +0100 Subject: [PATCH] open api specs --- .../simcore_service_webserver/api/v0/openapi.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml b/services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml index 6e40be15b8a..62e9ebe076e 100644 --- a/services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml +++ b/services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml @@ -10372,6 +10372,16 @@ 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 @@ -10379,6 +10389,8 @@ components: type: object required: - wallet_id + - pricing_plan_id + - pricing_unit_id - num_of_seats title: LicensedItemsBodyParams LicensedResourceType: