Hi,
I'm trying to set category values via REST and can set a text field but another attribute is a checkbox but I get the
error: "The data type is not compatible."
When I look at the GET /nodes/{id}/categories/{category_id} it is coming back as true.
So on the PUT /nodes/{id}/categories/{category_id}/
I've tried setting it to true or 1 but I get the error above.
I'm testing it in Google Advanced REST client so I know its not my code.
Cheers,
Ken