Page 1 of 1

Update user 400 bad request error

Posted: Mon Sep 16, 2013 4:17 am
by Eduardo Ramos

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.


Update user 400 bad request error

Posted: Mon Sep 16, 2013 6:19 am
by Kateryna Grynko

Hi Eduardo,

Could you please show screenshots of Request and Settings service tabs?


Update user 400 bad request error

Posted: Mon Sep 16, 2013 1:28 pm
by Eduardo Ramos

Sure! Here they are. Image Image


Update user 400 bad request error

Posted: Mon Sep 16, 2013 1:51 pm
by Kateryna Grynko

Hi Eduardo,

Make sure you use correct database_id and session-token please.
Could you show us test request and all the parameters you use?


Update user 400 bad request error

Posted: Mon Sep 16, 2013 2:38 pm
by Eduardo Ramos

Here it is:
Image


Update user 400 bad request error

Posted: Mon Sep 16, 2013 4:07 pm
by Maryna Brodina

Hello! Please rename request parameter "id" to " ID" for example. Also change it in service URL: {id} -- {ID}


Update user 400 bad request error

Posted: Mon Sep 16, 2013 4:32 pm
by Eduardo Ramos

Excellent, worked like a charm.

Thanks for the awesome support!