I have enabled allow_plain_identifiers and set the header "Accept: application/json"
The PATCH ist working fine with this:
{
"id": 1,
"articles": [
"article": "20"
]
}
But then the response is in IRI format
{
"id": 1,
"articles": [
"article": "/articles/20"
]
}
Expected result should be:
{
"id": 1,
"articles": [
"article": "20"
]
}
I have enabled allow_plain_identifiers and set the header "Accept: application/json"
The PATCH ist working fine with this:
But then the response is in IRI format
Expected result should be: