---
title: "PUT /endpoints/fleet/connectors/{connector_uuid}/"
method: PUT
path: "/endpoints/fleet/connectors/{connector_uuid}/"
tags: ["endpoints"]
---

# PUT /endpoints/fleet/connectors/{connector_uuid}/

`PUT /endpoints/fleet/connectors/{connector_uuid}/`

FleetConnector Viewset

## Path parameters

- `connector_uuid` string, uuid, required

## Request body

- FleetConnectorRequest — FleetConnector Serializer
  - `connector_uuid` string, uuid
  - `name` string, required
  - `enabled` boolean
  - `url` string, uri, required
  - `token` string, required
  - `headers_mapping` string, uuid, nullable — Configure additional headers to be sent. Mapping should return a dictionary of key-value pairs
  - `map_users` boolean
  - `map_teams_access_group` boolean

## Response `200`

- FleetConnector — FleetConnector 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
  - `url` string, uri, required
  - `headers_mapping` string, uuid, nullable — Configure additional headers to be sent. Mapping should return a dictionary of key-value pairs
  - `map_users` boolean
  - `map_teams_access_group` boolean

## 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)
