Hi There,
I have just started looking at the ASANA api. I am not a real developer, just a lowly test manager with some C# skills. It seems straight forward and I quickly managed to GET data concerning projects and tasks etc.
However I am unable to make POST work. Specifically I want to be able to add an existing task to a project. Your reference docs say to do this use /tasks/task-id/addProject with a parameter project: 1234
I have tried using postman to get this working before coding it in c# but whether I try (Form-data, json data, ?params in the url) everything is incorrect.
I woudl be very grateful if someone could let me know the correct way to submit these request please.
Thanks
Ben