---
title: "Update a feature entitlement for a license"
method: PATCH
path: "/v3/licenses/{id}/feature-entitlements/{featureEntitlementId}"
tags: ["Licenses"]
---

# Update a feature entitlement for a license

`PATCH /v3/licenses/{id}/feature-entitlements/{featureEntitlementId}`

Update a feature entitlement for a license.

## Path parameters

- `id` string, required
- `featureEntitlementId` string, required

## Request body

- LicenseFeatureEntitlementUpdateRequestModel
  - `value` string, nullable
  - `expiresAt` string, nullable — Updates the expiration date of the feature entitlement.

## Response `200`

OK

- AdminLicenseFeatureEntitlementDto
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `featureId` string, required
  - `featureName` string, required
  - `value` string, nullable
  - `licenseId` string, required
  - `expiresAt` string, date-time, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/versions/ec1259c12475/schema)
