https://api.us.nylas.com/v3/notetakers/configs/{config_id}Update a Notetaker Configuration
Updates the specified configuration. Only the fields you include in the request body are changed; all other fields remain unchanged. Each update increments the configuration's version number.
To upload a custom video output image,
send the request as multipart/form-data with the JSON body in a part named config
and the image in a file part referenced by notetaker_settings.video_output.file_key.
Small images (up to 1,376,256 decoded bytes) can be sent inline on application/json
requests using video_output.media_type and video_output.data instead.
deduplication_policyControls whether Notetakers governed by this configuration participate in
deduplication. Available values depend on the scope:
application and workspace support active or inactive;
calendar, event, and per-notetaker support inherit or disable.
dispatch_disabled_untilAn RFC 3339 timestamp that suppresses Notetaker dispatch while it's in the
future. Accepted on application, workspace, and grant configurations.
Omit the field to leave the current value unchanged; send null to clear
the suppression and resume dispatch. See
Pause Notetaker dispatch.