---
title: "PATCH /authenticators/admin/endpoint/{uuid}/"
method: PATCH
path: "/authenticators/admin/endpoint/{uuid}/"
tags: ["authenticators"]
---

# PATCH /authenticators/admin/endpoint/{uuid}/

`PATCH /authenticators/admin/endpoint/{uuid}/`

Viewset for Endpoint authenticator devices (for admins)

## Path parameters

- `uuid` string, uuid, required

## Request body

- PatchedGoogleEndpointDeviceRequest — Serializer for Endpoint authenticator devices
  - `pk` string, uuid
  - `name` string — The human-readable name of this device.

## Response `200`

- GoogleEndpointDevice — Serializer for Endpoint authenticator devices
  - `pk` string, uuid
  - `name` string, required — The human-readable name of this device.

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