Hi,
Just want to report what seems like a bug, and ask you to resolve it quick.
I’m trying to update the people column, and getting errors. I even tried using the api graph playground, with the mutation command copied directly from the documentation, and this is what I got (Other column updates worked fine thru the api playground):
mutation {
change_multiple_column_values(item_id:1889308806, board_id:1889308796, column_values: “{"people" : {"personsAndTeams":m{"id":2292943,"kind":"person"}]}}”) {
id
}
}
SyntaxError: Unexpected token < in JSON at position 0