This is the body of my PUT request. I’m using /_table/{table_name}/{id}
, and my headers work properly when doing a GET request.
{
"resource": [
{
"id": 1,
"active": false,
}
]
}
This is my table, the active column is a boolean.
Thanks in advance!