Error when trying to update via API

After updating my self-hosted NocoDB instance to version 0.263.8, I’m getting the following error when trying to perform a batch update via the API:

“error”: “DATABASE_ERROR”,
“message”: “Invalid data type or value for column ‘unknown’.”,
“code”: “22P02”

Note:
I’ve already tried sending all the fields of the table.
The establishment_id field is the primary key of the table.

@dougmt Welcome to NocoDB community!

To help you out, we would need more details about your schema. If its feasible, send us entire payload when it fails.

cc @fendy

Even when testing through Swagger or Postman, the error persists.
Attached, I’m sending two images to show the table schema and the test.

Note: Even after recreating another table, the error remains the same.

Worked fine when I tried it out. We would need more details about your setup to help with this. Are you connecting to external data source?