From 178f8b4dbef1827fa9e3e9bac09dacd5ec1cce70 Mon Sep 17 00:00:00 2001
From: Sachin-Mamoru <sachinm@wso2.com>
Date: Thu, 18 Jul 2024 23:34:26 +0530
Subject: [PATCH] updated the doc due to config update

---
 en/includes/references/conditional-auth/api-reference.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/includes/references/conditional-auth/api-reference.md b/en/includes/references/conditional-auth/api-reference.md
index 6ae562c55c..866e2b4272 100644
--- a/en/includes/references/conditional-auth/api-reference.md
+++ b/en/includes/references/conditional-auth/api-reference.md
@@ -893,7 +893,7 @@ When using httpGet or httpPost functions in Asgardeo adaptive authentication scr
     </thead>
     <tbody>
         <tr>
-            <td>basicauth</td>
+            <td>basic</td>
             <td>username, password</td>
             <td>Uses user credentials.</td>
         </tr>
@@ -908,7 +908,7 @@ When using httpGet or httpPost functions in Asgardeo adaptive authentication scr
             <td>Uses client credentials to obtain an access token.</td>
         </tr>
         <tr>
-            <td>bearertoken</td>
+            <td>bearer</td>
             <td>token</td>
             <td>Uses a bearer token for authentication.</td>
         </tr>