Modify an existing custom field.Ask AIput https://api.greenshadesonline.com/employees/customfields/{customFieldId}Path ParamscustomFieldIdstringrequiredId of custom field to modifyQuery ParamsworkspaceIdintegerrequiredThe workspace this custom field belongs toBody ParamsDescription Follow these guidelines when modifying a custom field: Custom field name must be unique. The enumValues field is only compatible with the Enum dataType. The regex field is only compatible with the Text dataType. idstringnamestringlength between 1 and 50descriptionstring | nulldataTypestringenumBooleanDateDateTimeDecimalDollarEnumIntegerPercentageTextTextMultilineShow 10 enum valuesenumValuesarray of stringslength ≥ 0enumValuesADD stringregexobject | nullCompatible with dataType Text. Employee values must adhere to the given pattern.regex object | nullResponses 204Success (No Content) 400Bad Request 401Unauthorized 404Not FoundUpdated 12 months ago