-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating ACF fields for user #241
Comments
I have the same issue. I use Application Passwords for authentication. Same error 500 |
I'm experiencing the same issue. I use WP OAuth Server for auth, and my request is authorised. I can successfully update fields on "posts", but I just can't seem to update fields on "users". @airesvsg any idea what could cause this? |
Following the steps in this thread fixed it for me: |
For anyone coming upon this in 2020, there's one more addition to the #141 thread that needs to be added: |
Hello,
I am trying to update ACF fields for users but i have a
{ "code": "cant_update_item", "message": "Cannot update item", "data": { "status": 500 } }
URL POST:
https://localhost/wp-json/acf/v3/users/45/
JSON:
{ "fields":{ "adresse": "Clos de la fonderie" } }
I am using Basic authentification plugin.
I can create ACF Fields but cannot update them.
Thank you in advance
The text was updated successfully, but these errors were encountered: