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

# PUT /enterprise/license/{license_uuid}/

`PUT /enterprise/license/{license_uuid}/`

License Viewset

## Path parameters

- `license_uuid` string, uuid, required

## Request body

- LicenseRequest — License Serializer
  - `key` string, required

## 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.dev/goauthentik/apis/authentik/revisions/72050dd9f6ba?raw)
