Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_field

update_field(**kwargs)

Updates the properties of an existing field.

See also: AWS API Documentation

Request Syntax

response = client.update_field(
    description='string',
    domainId='string',
    fieldId='string',
    name='string'
)
Parameters
  • description (string) -- The description of a field.
  • domainId (string) --

    [REQUIRED]

    The unique identifier of the Cases domain.

  • fieldId (string) --

    [REQUIRED]

    The unique identifier of a field.

  • name (string) -- The name of the field.
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • ConnectCases.Client.exceptions.InternalServerException
  • ConnectCases.Client.exceptions.ResourceNotFoundException
  • ConnectCases.Client.exceptions.ValidationException
  • ConnectCases.Client.exceptions.ThrottlingException
  • ConnectCases.Client.exceptions.AccessDeniedException
  • ConnectCases.Client.exceptions.ConflictException