We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a48407 commit e11b502Copy full SHA for e11b502
1 file changed
services/stackit-marketplace/v1/stackit-marketplace.json
@@ -149,6 +149,11 @@
149
},
150
"CatalogProductDetail": {
151
"properties": {
152
+ "approvalTimeout": {
153
+ "description": "The approval timeout for the product.",
154
+ "example": "PT1H",
155
+ "type": "string"
156
+ },
157
"assets": {
158
"additionalProperties": {
159
"$ref": "#/components/schemas/GetProductResponse_Asset"
@@ -341,7 +346,8 @@
341
346
"highlights",
342
347
"vendor",
343
348
"offerType",
344
- "lifecycleState"
349
+ "lifecycleState",
350
+ "approvalTimeout"
345
351
],
352
"type": "object"
353
0 commit comments