Hi, I have problems with the insert_after
parameter. I’m setting a null, for this, and my task going in another column, although it should move on top of the same column.
My cURL:
curl --location --request POST 'https://app.asana.com/api/1.0/tasks/{task_id}/addProject' \
--header 'Authorization: Bearer {token}' \
--header 'Content-Type: application/json' \
--header 'Cookie: TooBusyRedirectCount=0' \
--data-raw '{
"data":
{
"insert_after": null,
"project":"{project_id}"
}
}'