Skip to content

Commit

Permalink
edit top searches endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-rabello committed Dec 15, 2023
1 parent a9e5d23 commit 180c9d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VTEX - Intelligent Search API.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"/top_searches": {
"get": {
"summary": "Get list of the 10 most searched terms",
"description": "Lists the 10 most searched terms.",
"description": "Lists the 10 most searched terms in the past 14 days.",
"parameters": [
{
"$ref": "#/components/parameters/locale"
Expand Down Expand Up @@ -484,7 +484,7 @@
"properties": {
"searches": {
"type": "array",
"description": "A list of the 10 most searched terms.",
"description": "List of the 10 most searched terms in the past 14 days.",
"minItems": 10,
"maxItems": 10,
"items": {
Expand Down

0 comments on commit 180c9d5

Please sign in to comment.