Closed fjenett closed 10 years ago
POST and DELETE return {status:true} while PUT returns user_has_event_group object:
{status:true}
https://github.com/motionbank/piecemaker2-api/blob/master/api/event_groups.rb#L367
https://github.com/motionbank/piecemaker2-api/blob/master/api/event_groups.rb#L328 https://github.com/motionbank/piecemaker2-api/blob/master/api/event_groups.rb#L405
What is the expected behaviour?
@item ... as with the other routes
POST and DELETE return
{status:true}
while PUT returns user_has_event_group object:https://github.com/motionbank/piecemaker2-api/blob/master/api/event_groups.rb#L367
https://github.com/motionbank/piecemaker2-api/blob/master/api/event_groups.rb#L328 https://github.com/motionbank/piecemaker2-api/blob/master/api/event_groups.rb#L405