This API updates a specified custom field for a particular resource ID by providing the field name and its new value
post /dcapi/customFields/computers/{ColumnID}/update
https://{serverurl}/dcapi/customFields/computers/{ColumnID}/update
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Provide the resource ID obtained from this API
The custom field name as the key (e.g., OS Type) with its new value as the string value
curl --request POST \
--url https://appdomains/dcapi/customFields/computers/{ColumnID}/update \
--header 'Accept: application/updateCustomFieldStatus.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/updateCustomField.v1+json' \
--data '{}' {
"OS Type": "Windows 10"
}
Indicates whether the custom field update was successful
Confirmation message of the custom field update operation
{
"message": "Custom field has been updated successfully",
"status": "SUCCESS"
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.