From 8fcb8ec4f9f8415738bd911422af05de1959a8c4 Mon Sep 17 00:00:00 2001 From: BuyWhere Date: Fri, 1 May 2026 13:15:23 +0700 Subject: [PATCH] fix(BUY-6112): update /api-keys/ endpoint copy from /v1/search to /v1/products/search Updated curl example and feature list to reference the canonical GET /v1/products/search endpoint instead of the legacy /v1/search redirect. Co-Authored-By: Paperclip --- src/app/api-keys/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/api-keys/page.tsx b/src/app/api-keys/page.tsx index d2d381fbd..2cc6d39ef 100644 --- a/src/app/api-keys/page.tsx +++ b/src/app/api-keys/page.tsx @@ -164,8 +164,8 @@ export default function ApiKeysPage() {