Closed cameronmcefee closed 3 years ago
This issue has been automatically marked as stale because it has not had activity in 1 year. It will be closed in 7 days if no further activity occurs. Thanks!
This issue was closed because it had no activity for over 1 year.
Hello!
I didn't submit a PR for this in case I'm misunderstanding the docs. I'd link to the section but it doesn't have anchors :(
In
PUT /user
, the sample implies that to update a user with arbitrary data, one must set thedata
value. This is how gotrue-js works, which makes sense.That is, submit something like this:
However, I found that to do this I actually needed to use
user_metadata
, like this:Is this intentional, or should the documentation be updated?