Skip to content

Commit 50943fe

Browse files
OAS Update
1 parent 0bcb857 commit 50943fe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"filter": {
13-
"description": "Filter the products based on attributes, e.g., `deliveryMethod eq \"SAAS\"`. The supported operators are:\n- `PR` (present; `name pr`)\n- `EQ` (equal)\n- `NE` (not equal)\n- `CO` (contains; `text co \"searching\"`)\n- `SW` (starts with)\n- `EW` (ends with)\n- `GT` (greater than)\n- `LT` (less than)\n- `GE` (greater than or equal)\n- `LE` (less than or equal). \n\nThese expressions can be logically linked with `AND` and `OR`. All attributes (and the special `text` attribute) can be used as filters, if the attribute type allows the operator.\n",
13+
"description": "Filter the products based on attributes, e.g., `deliveryMethod eq \"SAAS\"`. The supported operators are:\n- `PR` (present; `name pr`)\n- `EQ` (equal)\n- `NE` (not equal)\n- `CO` (contains; `text co \"searching\"`)\n- `SW` (starts with)\n- `EW` (ends with)\n- `GT` (greater than)\n- `LT` (less than)\n- `GE` (greater than or equal)\n- `LE` (less than or equal).\n\nThese expressions can be logically linked with `AND` and `OR`. All attributes (and the special `text` attribute) can be used as filters, if the attribute type allows the operator.\n",
1414
"example": "deliveryMethod eq \"SAAS\"",
1515
"in": "query",
1616
"name": "filter",
@@ -272,7 +272,7 @@
272272
}
273273
],
274274
"deprecated": true,
275-
"description": "If true, the product is not fully integrated but only listed. Product listings may not have prices and support information. \n\nDeprecated: Will be removed after 16.12.2025. Please use `offerType` as replacement."
275+
"description": "If true, the product is not fully integrated but only listed. Product listings may not have prices and support information.\n\nDeprecated: Will be removed after 16.12.2025. Please use `offerType` as replacement."
276276
},
277277
"lifecycleState": {
278278
"$ref": "#/components/schemas/productLifecycleState"
@@ -1481,6 +1481,7 @@
14811481
"paths": {
14821482
"/v1/catalog/products": {
14831483
"get": {
1484+
"deprecated": true,
14841485
"description": "List all products.",
14851486
"operationId": "ListCatalogProducts",
14861487
"parameters": [
@@ -1529,6 +1530,7 @@
15291530
},
15301531
"/v1/catalog/products/{productId}": {
15311532
"get": {
1533+
"deprecated": true,
15321534
"description": "Get a product.",
15331535
"operationId": "GetCatalogProduct",
15341536
"parameters": [
@@ -1571,6 +1573,7 @@
15711573
},
15721574
"/v1/inquiries": {
15731575
"post": {
1576+
"deprecated": true,
15741577
"description": "Create an inquiry to contact sales, become a vendor, request a private plan, register for testing, or suggest a product. Requests are limited to 10 per 5 minutes.",
15751578
"operationId": "inquiries-create-inquiry",
15761579
"requestBody": {

0 commit comments

Comments
 (0)