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'
)
[REQUIRED]
The unique identifier of the Cases domain.
[REQUIRED]
The unique identifier of a field.
dict
Response Syntax
{}
Response Structure
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