Since version 2.4.7 the fallowing POST request with application/json is not working anymore:
{
"title": "Test document",
"articles": [
{
"title": "New Article",
"originalArticle": {"id": 21}
}
]
}
Throws an error:
No route matches "21".
Version 2.4.6 is working.