Hello,
i try to create an item on a loacation column using curl :
-d ‘{“query”:“mutation{create_item(item_name:"NEU",board_id:1103411676,group_id:m845162,column_values:"{\\"standort\\":\\"{\\"lat\\":\\"40.6892494\\",\\"lng\\":\\"-74.0445004\\"}\\"}"){id}}”}’
i get this error message:
{“error_message”:“Internal server error”,“status_code”:500}
where is the syntax error ?
this command (same data but change_column_value instead of create_item) works fine:
-d ‘{“query”:“mutation{change_column_value(item_id:1207502963,board_id:1103411676,column_id: "standort", value:"{\\"lat\\":\\"40.6892494\\",\\"lng\\":\\"-74.0445004\\"}"){name}}”}’
thank you