ConnectCases / Client / update_field
update_field#
- ConnectCases.Client.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