Skip to content

Update Field

connectcases_update_field R Documentation

Updates the properties of an existing field

Description

Updates the properties of an existing field.

Usage

connectcases_update_field(description, domainId, fieldId, name)

Arguments

description

The description of a field.

domainId

[required] The unique identifier of the Cases domain.

fieldId

[required] The unique identifier of a field.

name

The name of the field.

Value

An empty list.

Request syntax

svc$update_field(
  description = "string",
  domainId = "string",
  fieldId = "string",
  name = "string"
)