update

public final Response<Notetaker> update(String notetakerId, UpdateNotetakerRequest requestBody, String identifier, RequestOverrides overrides)
public final Response<Notetaker> update(String notetakerId, UpdateNotetakerRequest requestBody, String identifier)
public final Response<Notetaker> update(String notetakerId, UpdateNotetakerRequest requestBody)

Update a Notetaker

Return

The updated Notetaker

Parameters

notetakerId

The id of the Notetaker to update.

requestBody

The values to update the Notetaker with

identifier

Grant ID or email account in which to update an object.

overrides

Optional request overrides to apply