Skip to content

Commit 73a0cb7

Browse files
OAS Update
1 parent f3b972e commit 73a0cb7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

+18
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,15 @@
187187
}
188188
},
189189
"schemas": {
190+
"ApproveSubscriptionPayload": {
191+
"properties": {
192+
"instanceTarget": {
193+
"description": "The target URL of the user instance, used to redirect the user to the instance after the subscription is active.",
194+
"type": "string"
195+
}
196+
},
197+
"type": "object"
198+
},
190199
"CatalogPricingOptionHighlight": {
191200
"properties": {
192201
"highlightContent": {
@@ -1417,6 +1426,15 @@
14171426
"$ref": "#/components/parameters/pathParamSubscriptionId"
14181427
}
14191428
],
1429+
"requestBody": {
1430+
"content": {
1431+
"application/json": {
1432+
"schema": {
1433+
"$ref": "#/components/schemas/ApproveSubscriptionPayload"
1434+
}
1435+
}
1436+
}
1437+
},
14201438
"responses": {
14211439
"204": {
14221440
"description": "No Content"

0 commit comments

Comments
 (0)