Hi,
I am trying to set the content of a custom field in Task with a PUT Request:
https://api.awork.com/api/v1/tasks/62c531f1-cf75-4711-9015-e65cb2933155
{
"name": "test",
"customFields": [
{
"customFieldDefinitionId": "fa0188fd-74ab-4cd7-a878-f55a7be9b733",
"textValue": "https://asfdsf1243214124"
}
]
}
However, the value is not set. Is my request correct?