I’m trying to create a simple task with custom fields, but getting the error message above.
API Url:
https://app.asana.com/api/1.0/tasks
Here is my json code :
{
"data": {
"workspace": "592101482299309",
"name": "Section 1 | Design and Planning-417",
"notes": "",
"custom_fields": {
"609387761255876": "Design Labour 3hrs"
}
}
}
Please let me know the solution .Thanks