https://api.us.nylas.com/v3/grants/{grant_id}/contacts/{contact_id}Update a contact
Updates the specified contact from the user's address book.
When you make a PUT request, Nylas replaces all data in the nested object with the information
included in your request. For more information, see
Updating objects.
For metadata, omission preserves the existing object, a supplied object replaces it, and {}
clears it. A request containing only metadata updates Nylas-managed metadata without writing to
the provider. Provider fields and metadata are stored by different systems, so a request that
changes both is not atomic.
See Contact sources for source-specific update behavior.
Path parameters
ID of the contact to access. Nylas recommends you URL-encode this field, or you might receive
a 404 error if the ID contains special characters (for
example, #).
Query parameters
Specify fields that you want Nylas to return, as a comma-separated list (for example,
select=id,updated_at). This allows you to receive only the portion of object data that you're
interested in. You can use select to optimize response size and reduce latency by limiting queries
to only the information that you need.
manager_nameThe name of the contact's manager. Native iCloud and Yahoo CardDAV contacts don't support this field. See Contacts limitations for more information.
office_locationThe location of the office where the contact works. Native iCloud and Yahoo CardDAV contacts don't support this field. See Contacts limitations for more information.