Skip to content

Commit b5ac656

Browse files
OAS Update
1 parent 815b667 commit b5ac656

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

services/stackit-marketplace/v1/stackit-marketplace.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,9 @@
800800
"lifecycleState": {
801801
"$ref": "#/components/schemas/subscriptionLifecycleState"
802802
},
803+
"organizationId": {
804+
"$ref": "#/components/schemas/organizationId"
805+
},
803806
"product": {
804807
"$ref": "#/components/schemas/SubscriptionProduct"
805808
},
@@ -812,6 +815,7 @@
812815
},
813816
"required": [
814817
"subscriptionId",
818+
"organizationId",
815819
"projectId",
816820
"lifecycleState",
817821
"product"
@@ -976,6 +980,14 @@
976980
"pattern": "^[a-zA-ZäüöÄÜÖ0-9,.!?()@\\/:=\\n\\t -]+$",
977981
"type": "string"
978982
},
983+
"organizationId": {
984+
"allOf": [
985+
{
986+
"$ref": "#/components/schemas/UUID"
987+
}
988+
],
989+
"description": "The associated organization ID."
990+
},
979991
"priceType": {
980992
"description": "The product's price type.",
981993
"enum": [
@@ -1067,7 +1079,7 @@
10671079
"$ref": "#/components/schemas/UUID"
10681080
}
10691081
],
1070-
"description": "The associated consumer project ID."
1082+
"description": "The associated project ID."
10711083
},
10721084
"sku": {
10731085
"description": "The concrete variant of the product.",
@@ -1367,7 +1379,7 @@
13671379
},
13681380
"/v1/vendors/projects/{projectId}/subscriptions": {
13691381
"get": {
1370-
"description": "List all subscriptions.",
1382+
"description": "List all subscriptions of a project.",
13711383
"operationId": "ListVendorSubscriptions",
13721384
"parameters": [
13731385
{
@@ -1404,7 +1416,7 @@
14041416
"$ref": "#/components/responses/Forbidden"
14051417
}
14061418
},
1407-
"summary": "List all subscriptions",
1419+
"summary": "List all subscriptions of a project.",
14081420
"x-stackit-authorization": {
14091421
"actions": [
14101422
"marketplace.subscription.list"

0 commit comments

Comments
 (0)