Building out some APIs and starting to try the new PATCH request.
The DB is really simple at the moment. There are 2 arrays, otherwise strings/integers. All I'm trying to test is updating a single record to see the outcome. Below you can see I left everything empty other than the ID.
Error returned here "Cannot use object of type stdClass as array"