Simplify JSON on PUT
Description
When updating an entry the json looks like:
{"info": {entryinfoobj}]}
When it should be:
{entryinfoobj}
Similarly, when updating a list or group resource the json looks like:
{"resource": [list of entrys, referred to by ids]}
When it should be:
[list of entrys, referred to by ids]
Environment
None