Skip to contents

Updates the properties of an existing field.

See https://www.paws-r-sdk.com/docs/connectcases_update_field/ for full documentation.

Usage

connectcases_update_field(
  domainId,
  fieldId,
  name = NULL,
  description = NULL,
  attributes = NULL
)

Arguments

domainId

[required] The unique identifier of the Cases domain.

fieldId

[required] The unique identifier of a field.

name

The name of the field.

description

The description of a field.

attributes

Union of field attributes.