Update Custom Field
Request
PATCH /customFields/{CustomFieldId}Query Parameters
Name
Type
Required
Comments
{
"assignedCategoryIds": [],
"defaultValue": "Everything fine",
"id": 26707,
"isHidden": false,
"isRequired": false,
"isSensitiveData": false,
"name": "Client Comment",
"placeholder": "Client Comment",
"possibleValues": null,
"type": "text_input"
}Response
Last updated
Was this helpful?