Open kylecombes opened 6 years ago
1) Make a PUT request to /events/<event_id>/<rec_id> with some JSON payload, e.g.
PUT
/events/<event_id>/<rec_id>
PUT <dev_url>/events/5acc3e9adb9fbc000b2b0d72/2018-05-17 { "location": "MH Library UL", "rec_id": "2018-05-17T00:00:00", "sid": "5acc3e9adb9fbc000b2b0d72" }
2) Server returns
{ "message": "Internal Server Error" }
Removing "color" field in request mitigates 500 error
I'm pretty sure this is a different issue.
Yeah, just verified this is still a problem.
Steps to reproduce
1) Make a
PUT
request to/events/<event_id>/<rec_id>
with some JSON payload, e.g.2) Server returns