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 800800 "lifecycleState" : {
801801 "$ref" : " #/components/schemas/subscriptionLifecycleState"
802802 },
803+ "organizationId" : {
804+ "$ref" : " #/components/schemas/organizationId"
805+ },
803806 "product" : {
804807 "$ref" : " #/components/schemas/SubscriptionProduct"
805808 },
812815 },
813816 "required" : [
814817 " subscriptionId" ,
818+ " organizationId" ,
815819 " projectId" ,
816820 " lifecycleState" ,
817821 " product"
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" : [
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." ,
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 {
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"
You can’t perform that action at this time.
0 commit comments