Skip to content

Commit e11b502

Browse files
OAS Update
1 parent 4a48407 commit e11b502

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@
149149
},
150150
"CatalogProductDetail": {
151151
"properties": {
152+
"approvalTimeout": {
153+
"description": "The approval timeout for the product.",
154+
"example": "PT1H",
155+
"type": "string"
156+
},
152157
"assets": {
153158
"additionalProperties": {
154159
"$ref": "#/components/schemas/GetProductResponse_Asset"
@@ -341,7 +346,8 @@
341346
"highlights",
342347
"vendor",
343348
"offerType",
344-
"lifecycleState"
349+
"lifecycleState",
350+
"approvalTimeout"
345351
],
346352
"type": "object"
347353
},

0 commit comments

Comments
 (0)