For the life of me, I can’t get a mutate_column_value to work. I’ve tried about every possible way that I found in the docs and the community but nothing seems to work. This is how it looks right now:
{ error_message: "809: unexpected token at 'test'", status_code: 500 }
I probably am missing something completely obvious but I’m on this for a felt eternity, so if anybody can tell me my mistake, that would be extremely helpful.
Thanks for the reply. This is really frustrating, because the quotes get escaped when I stringify the request. I’m missing something and probably the error is occurring somewhere else in my post request… But thanks for your help!
It is weird, as the API accepts the escaped columnID. When I change the column to a number column and post a number, the request gets accepted. Only the escaped string value "test" gets not accepted. I am really confused about now.