Hi there,
I’m using Postman to build out all of our API calls before coding them. I need to change multiple column values on an existing item with a single API call. However, I’m receiving a Parse error when sending the request using JSON
Here’s what the request body looks like, with board_id and item_id redacted for security:
{
"query":
"mutation {change_multiple_column_values (board_id: 12345, item_id: 67890, column_values: {\\"text03\\": \\"Pablo\\", \\"text22\\": \\"Miser\\" }"
}
Here’s a screenshot:
What should I try next?
Thanks,
Paul



