Hi All,
i am trying to mutate a board using the API, but a im getting a 500 - Internal Server Error when i try to set the value for a link column
here is the api code:
mutation {
create_item (board_id: 659846591, group_id: "backlog", item_name: "Teste SCI", column_values: "{ \\"texto0\\": \\"teste\\" , \\"texto4\\":\\"BIBI\\", \\"link2\\":\\"{\\"url\\":\\"http://monday.com\\",\\"text\\":\\"go to monday!\\"}\\" }") {
id
}
}
if i remove the link column value, the it works…
Any Idea on what am i doing wrong?
Thank You