Skip to content

Commit

Permalink
updateUserFeedback api could be authenticated by api key through bear…
Browse files Browse the repository at this point in the history
…er token as well with more flexibility (#1855)
  • Loading branch information
gaord authored Jun 26, 2024
1 parent e247545 commit 4b4bea1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
await autChatCrud({
req,
authToken: true,
authApiKey: true,
appId,
teamId,
teamToken,
Expand Down

0 comments on commit 4b4bea1

Please sign in to comment.