I am trying to update a user with the following url:
https://api.appery.io/rest/1/db/users...
But I'm getting this error:
{
"status":"400 Bad Request",
"url":"https://api.appery.io/rest/1/db/users...",
"response":{
"code":"DBUU234",
"description":"Creation and modification objects with system fields not allowed."
}
}
Any ideas? Everything seems ok to me. Can't find what I'm doing wrong.
Thanks in advance.