Hello,
i am trying to update the custom field Data of a Task through the API.
My Data looking like this:
/** WORKING **/
[
‘name’ => ‘UPDATED NAME’
]
/** FAILING 400 BAD REQUEST **/
[
‘custom_fields’ => [
$field_gid => ‘NEW VALUE’’
]
]
any ideas what im doing wrong?