UpdateCustomFieldValuesRequest

Request message for updating a custom field value.

JSON representation
{
  "customFieldId": string,
  "identifier": string,
  "values": [
    string
  ]
}
Fields
customFieldId

string (int64 format)

Required. The id of the parent CustomField that owns this CustomFieldValue.

identifier

string (int64 format)

Required. The identifier of the value referencing case or alert.

values[]

string

Required. The custom field values.