Postman returns 401 status code when trying to update user #667
Answered
by
divinemaredi
divinemaredi
asked this question in
Questions
-
Hi there I'm testing the Supabase API with Postman and most things work great, but when I try to run a PUT request to update a user, I get a 401 error with this message: Any suggestions on what I can do will be much appreciated. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
divinemaredi
Feb 3, 2021
Replies: 1 comment
-
Okay, I solved this by adding a Bearer token within the Authorization tab in Postman, rather than manually adding the token in the header. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
divinemaredi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay, I solved this by adding a Bearer token within the Authorization tab in Postman, rather than manually adding the token in the header.