File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
services/stackit-marketplace/v1 Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 800
800
"lifecycleState" : {
801
801
"$ref" : " #/components/schemas/subscriptionLifecycleState"
802
802
},
803
+ "organizationId" : {
804
+ "$ref" : " #/components/schemas/organizationId"
805
+ },
803
806
"product" : {
804
807
"$ref" : " #/components/schemas/SubscriptionProduct"
805
808
},
812
815
},
813
816
"required" : [
814
817
" subscriptionId" ,
818
+ " organizationId" ,
815
819
" projectId" ,
816
820
" lifecycleState" ,
817
821
" product"
976
980
"pattern" : " ^[a-zA-ZäüöÄÜÖ0-9,.!?()@\\ /:=\\ n\\ t -]+$" ,
977
981
"type" : " string"
978
982
},
983
+ "organizationId" : {
984
+ "allOf" : [
985
+ {
986
+ "$ref" : " #/components/schemas/UUID"
987
+ }
988
+ ],
989
+ "description" : " The associated organization ID."
990
+ },
979
991
"priceType" : {
980
992
"description" : " The product's price type." ,
981
993
"enum" : [
1067
1079
"$ref" : " #/components/schemas/UUID"
1068
1080
}
1069
1081
],
1070
- "description" : " The associated consumer project ID."
1082
+ "description" : " The associated project ID."
1071
1083
},
1072
1084
"sku" : {
1073
1085
"description" : " The concrete variant of the product." ,
1367
1379
},
1368
1380
"/v1/vendors/projects/{projectId}/subscriptions" : {
1369
1381
"get" : {
1370
- "description" : " List all subscriptions." ,
1382
+ "description" : " List all subscriptions of a project ." ,
1371
1383
"operationId" : " ListVendorSubscriptions" ,
1372
1384
"parameters" : [
1373
1385
{
1404
1416
"$ref" : " #/components/responses/Forbidden"
1405
1417
}
1406
1418
},
1407
- "summary" : " List all subscriptions" ,
1419
+ "summary" : " List all subscriptions of a project. " ,
1408
1420
"x-stackit-authorization" : {
1409
1421
"actions" : [
1410
1422
" marketplace.subscription.list"
You can’t perform that action at this time.
0 commit comments