Closed (works as designed)
Project:
Services
Version:
6.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2012 at 15:45 UTC
Updated:
9 May 2012 at 17:58 UTC
I am trying to simply update a users email address. Whenever I attempt to do this, the service returns...
HTTP/1.1 500 Internal Server Error
<Error messageid="-34392527:137323c9966:-5e10">
<reason>An internal error has occurred. Please retry your request.</reason>
</Error>Here is my request, I am using REST and have json enabled:
PUT /rest/user/4 HTTP/1.1
Authorization: **oauth tokens**
Host: **rest server host**
Content-Length: 92
X-Forwarded-For: **IP address**
X-Target-URI: **rest server host**
Content-Type: text/plain; charset=ISO-8859-1
Connection: Keep-Alive
{"user":"4", "name":"test1", "roles":{"2": "authenticated user"}, "mail":"testing@test.com"}
Comments
Comment #1
devkinetic commentedThis ended up being an issue with the my method of testing through APIGEE.