Skip to content

Commit 967caae

Browse files
github-actions[bot]update-oas-bot
andauthored
Update OAS for Preview (#131)
Co-authored-by: update-oas-bot <update-oas-bot]@users.noreply.github.com>
1 parent 3bd81c0 commit 967caae

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

api-specifications/retailmedia_preview.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5816,7 +5816,7 @@
58165816
"description": "Limit of the search result.",
58175817
"style": "form",
58185818
"schema": {
5819-
"maximum": 2147483647,
5819+
"maximum": 500,
58205820
"minimum": 1,
58215821
"type": "integer",
58225822
"format": "int32",
@@ -6063,8 +6063,7 @@
60636063
"required": true,
60646064
"style": "simple",
60656065
"schema": {
6066-
"type": "integer",
6067-
"format": "int32"
6066+
"type": "string"
60686067
}
60696068
}
60706069
],
@@ -11946,11 +11945,12 @@
1194611945
},
1194711946
"RecommendedCategoriesRequestV1": {
1194811947
"required": [
11949-
"skuIds"
11948+
"productIds"
1195011949
],
1195111950
"type": "object",
1195211951
"properties": {
11953-
"skuIds": {
11952+
"productIds": {
11953+
"maxItems": 1000,
1195411954
"minItems": 1,
1195511955
"type": "array",
1195611956
"items": {
@@ -11964,17 +11964,18 @@
1196411964
},
1196511965
"RecommendedKeywordsRequestV1": {
1196611966
"required": [
11967-
"skuIds"
11967+
"productIds"
1196811968
],
1196911969
"type": "object",
1197011970
"properties": {
11971-
"skuIds": {
11971+
"productIds": {
11972+
"maxItems": 1000,
1197211973
"minItems": 1,
1197311974
"type": "array",
1197411975
"items": {
1197511976
"type": "string"
1197611977
},
11977-
"description": "Sku Id list that the recommended keywords generated on."
11978+
"description": "Product Id list that the recommended keywords generated on."
1197811979
}
1197911980
},
1198011981
"additionalProperties": false,

0 commit comments

Comments
 (0)