PATCH: Returning array_change_key_case() expects parameter 1 to be array, null given

Hi,

I’m trying to PATCH a record using the built-in API Docs

Body:
{
“text”:“dat boi”
}
Request URL:
http://url/api/v2/mongodb/_table/posts/592b0f46988xxxxxxx

But it’s returning the error: Returning array_change_key_case() expects parameter 1 to be array, null given

I have put in the all the required fields and following the docs.

Any suggestion?

Thanks.