
Hi,
I am trying to update Deployment Status in Custom Fields via powershell and I am using below JSON payload for that but I am unsuccessful in doing that, however I am able to update all other fields successfully except that. Please help.
"custom_fields_values_attributes": [
{
"id": ####,
"custom_field_id": ######,
"value": "Repairs"
}
],
"custom_fields_values": {
"custom_fields_value": [
{
"name": "Deployment Status",
"value": "Repairs"
}
]
}