I am pulling the custom field gid from the project I would like to patch my custom field data into. My JSON format is
{
“data”: {
“custom_fields”: {
“1200605579259945”: “Fulcrum”
}
}
}
and I’m trying to put it to this API endpoint URL https://app.asana.com/api/1.0/tasks/{api.data custom_field gid}
I’ve tried a number of configurations but can’t seem to get it to work.