Hello.
I know that I do something wrong in syntax, but don’t know where.
I’m using the curl in windows command line.
This request for curl works perfectly:
-d “{"query": "mutation {change_column_value(board_id: 1692786470, item_id: 1692853617, column_id: “_____12”, value: “\\"871\\"”) {id}}"}”
I’m also needed to change the “date” column.
This command I have checked at “API Playground”, it’s work:
mutation { change_column_value(board_id: 1692786470, item_id: 1692853617, column_id: “____”, value: “{"date": "2021-09-01"}”) { id }}
but I can’t transfer it for curl (same us first request)…