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( domainId='string', fieldId='string', name='string', description='string' ) - Parameters:
- 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. 
- description (string) – The description of a field. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions