From 6488c884f463606c95199c08741880912cbb5ce4 Mon Sep 17 00:00:00 2001 From: "priyanka@TL" Date: Thu, 11 Jan 2024 10:24:21 +0530 Subject: [PATCH] added filter list api --- src/constants/config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/constants/config.json b/src/constants/config.json index 415ccd1..ef1ebdd 100644 --- a/src/constants/config.json +++ b/src/constants/config.json @@ -2370,6 +2370,19 @@ "packageName": "elevate-mentoring" } ] + }, + { + "sourceRoute": "mentoring/v1/profile/filterList", + "type": "GET", + "priority": "MUST_HAVE", + "inSequence": false, + "orchestrated": false, + "targetPackages": [ + { + "basePackageName": "mentoring", + "packageName": "elevate-mentoring" + } + ] } ], "requiredEnvs": {