-
-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
I tried updating users acf and it doesn't work.
my case 1:
endpoint
wp/v2/users/{user id}
body
{
"fields":{
"url":"any url"
}
}
It respone 200 but the data is not updated.
posts acf can be updated in this way.
my case 2:
endpoint
acf/v3/users/{user id}
body
{
"fields":{
"url":"any url"
}
}
It is respone 500 with below
{
"code": "cant_update_item",
"message": "Cannot update item",
"data": {
"status": 500
}
}
How can I update users acf?
Metadata
Metadata
Assignees
Labels
No labels