---
title: "PATCH /enterprise/license/{license_uuid}/"
method: PATCH
path: "/enterprise/license/{license_uuid}/"
tags: ["enterprise"]
---

# PATCH /enterprise/license/{license_uuid}/

`PATCH /enterprise/license/{license_uuid}/`

License Viewset

## Path parameters

- `license_uuid` string, uuid, required

## Request body

- PatchedLicenseRequest — License Serializer
  - `key` string

## Response `200`

- License — License Serializer
  - `license_uuid` string, uuid, required
  - `name` string, required
  - `key` string, required
  - `expiry` string, date-time, required
  - `internal_users` integer, required
  - `external_users` integer, required

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