From 180c9d5d2aa0d85187b203b98602bae484ac4665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Rabello?= <77292838+julia-rabello@users.noreply.github.com> Date: Fri, 15 Dec 2023 16:08:16 -0300 Subject: [PATCH] edit top searches endpoint --- VTEX - Intelligent Search API.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VTEX - Intelligent Search API.json b/VTEX - Intelligent Search API.json index 294d59549..8d080f8c4 100644 --- a/VTEX - Intelligent Search API.json +++ b/VTEX - Intelligent Search API.json @@ -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" @@ -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": {