---
title: "Update a connector"
method: PATCH
path: "/v3/connectors/{provider}"
tags: ["Connectors (Integrations)"]
---

# Update a connector

`PATCH /v3/connectors/{provider}`

Update the connector for the specified provider.

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](/docs/reference/api/#updating-objects).

## Path parameters

- `provider` 'google' | 'microsoft' | 'imap' | 'icloud' | 'yahoo' | 'ews' | 'virtual-calendar' | 'zoom' | 'nylas', required

## Request body

- object
  - `settings` object — Oauth provider credentials and settings
  - `scope` string[] — Oauth "scope" parameter
  - `active_credential_id` string — (Optional) The ID of the "default" credential record of this Connector. This credential will be used as a default for communication with the provider.

## Response `200`

Returns the connector object (previously called an integration) for the provider you specify.

- object
  - `request_id` string — ID of the request
  - `data` ConnectorObject
    - `name` string, required — The name of the connector.
    - `provider` 'google' | 'microsoft' | 'imap' | 'icloud' | 'yahoo' | 'virtual-calendar' | 'ews' | 'zoom' | 'nylas', required — Provider type
    - `settings` object — Optional settings from provider
    - `scope` string[] — (Not used for Zoom connectors.) Optional default scopes for the connector. For Zoom, configure scopes directly on your Zoom OAuth app. See [Zoom granular scopes](https://developers.zoom.us/docs/integrations/oauth-scopes-granular/).
    - `active_credential_id` string — The ID of the "default" credential record of this Connector. This credential will be used as a default for communication with the provider.

## Other responses

- `400` — Bad Request
- `401` — Not Authenticated
- `404` — Not Found

---

[API](https://skmtc.dev/nylas/apis/nylas-api.md) · [All operations](https://skmtc.dev/nylas/apis/nylas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nylas/nylas-api/revisions/51c2c1b4ecff/schema)
