PATCH
/v3/connectors/{provider}/creds/{id}Update a connector credential
Updates the specified connector credential.
When you make a PATCH request, Nylas replaces all data in the nested object with the information
included in your request. For more information, see
Updating objects.
credential_dataAn object that specifies some special information required for the credential. This information is securely encoded and stored, and is not visible to users.
For the
Google App Permission flow,
this field must contain the private_key_id, private_key, and client_email.
For the
Microsoft App Permission flow,
this field must contain the Azure client_id and client_secret.
To use the credential to override a connector, this field must contain the client_id
and client_secret.