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

contactId

The id of the contact to update.

requestBody

The values to update the Contact with

overrides

Optional request overrides to apply