update
public final Response<Contact> update(String identifier, String contactId, UpdateContactRequest requestBody, RequestOverrides overrides)
public final Response<Contact> update(String identifier, String contactId, UpdateContactRequest requestBody)
Update a Contact
Return
The updated contact
Parameters
identifier
The identifier of the grant to act upon
contact Id
The id of the contact to update.
request Body
The values to update the Contact with
overrides
Optional request overrides to apply