Commit 4b4bea19 by gaord Committed by GitHub

updateUserFeedback api could be authenticated by api key through bearer token as…

updateUserFeedback api could be authenticated by api key through bearer token as well with more flexibility (#1855)
parent e247545a
...@@ -25,6 +25,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse) ...@@ -25,6 +25,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
await autChatCrud({ await autChatCrud({
req, req,
authToken: true, authToken: true,
authApiKey: true,
appId, appId,
teamId, teamId,
teamToken, teamToken,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment