From c798233a340d52689e43451fa85cb63fa5031f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Patr=C3=ADcia=20F=2E=20Barbosa?= Date: Tue, 14 Nov 2023 19:03:28 -0300 Subject: [PATCH] Adjust navigation - Removed Upsert Seller Commissions by Category ID endpoint from navigation (L6306 - L6314). - Correction of the Upsert in Bulk point (L6294). --- public/navigation.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/public/navigation.json b/public/navigation.json index 067539f10..0ca701a00 100644 --- a/public/navigation.json +++ b/public/navigation.json @@ -6291,7 +6291,7 @@ "type": "openapi", "method": "PUT", "origin": "", - "endpoint": "/seller-register/pvt/sellers/-sellerId-/commissions/categories", + "endpoint": "/seller-register/pvt/sellers/-sellerId-/commissions", "children": [] }, { @@ -6303,15 +6303,6 @@ "endpoint": "/seller-register/pvt/sellers/-sellerId-/commissions", "children": [] }, - { - "name": "Upsert Seller Commissions by Category ID", - "slug": "marketplace-apis", - "type": "openapi", - "method": "PUT", - "origin": "", - "endpoint": "/seller-register/pvt/sellers/-sellerId-/commissions/-categoryId-", - "children": [] - }, { "name": "Remove Seller Commissions by Category ID", "slug": "marketplace-apis",