Migrated from Redmine #1519 | Author: Artem Kapustkin
Status: Feedback | Priority: Immediate, there is BUG! | Created: 2026-01-30
I’m trying to update the answers by calling PUT https://secure.simplymeet.me/panel/api/event/3608587, but receiving 500 Internal Server Error.
My Payload:
{
“id”: 3608587 // api says it’s optional, but still
“answers”: [{“id”: 3933121, “value”: “test value 1”}, {“id”: 3933124, “value”: “test value 2”}]
“invitee”: {“fullName”: “John Doe”} // the only that return validation error if not define the object
}
Please provide status of that endpoint, it’s critical for our integration.