---
title: "PATCH /endpoints/google_chrome/connectors/{connector_uuid}/"
method: PATCH
path: "/endpoints/google_chrome/connectors/{connector_uuid}/"
tags: ["endpoints"]
---

# PATCH /endpoints/google_chrome/connectors/{connector_uuid}/

`PATCH /endpoints/google_chrome/connectors/{connector_uuid}/`

GoogleChromeConnector Viewset

## Path parameters

- `connector_uuid` string, uuid, required

## Request body

- PatchedGoogleChromeConnectorRequest — GoogleChromeConnector Serializer
  - `connector_uuid` string, uuid
  - `name` string
  - `enabled` boolean
  - `credentials` object

## Response `200`

- GoogleChromeConnector — GoogleChromeConnector Serializer
  - `connector_uuid` string, uuid
  - `name` string, required
  - `enabled` boolean
  - `component` string, required — Get object component so that we know how to edit the object
  - `verbose_name` string, required — Return object's verbose_name
  - `verbose_name_plural` string, required — Return object's plural verbose_name
  - `meta_model_name` string, required — Return internal model name
  - `credentials` object, required
  - `chrome_url` string, nullable, required — Full URL to be used in Google Workspace configuration

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
