---
title: "Patches a specified Entitlement"
method: PATCH
path: "/accounts/{account_id}/entitlements/{id}"
tags: ["entitlements"]
---

# Patches a specified Entitlement

`PATCH /accounts/{account_id}/entitlements/{id}`

Updates the Entitlement and returns the updated definition

## Path parameters

- `account_id` string, required
- `id` string, required

## Request body

- EntitlementPatch — The configurable parts of an entitlement
  - `plan_id` string — Api ID of the associated plan
  - `started` union
    - unknown
    - string — An iso8601 formatted timestamp

## Response `200`

The entitlement was successfully updated

- Entitlement — The current state of an entitlement
  - `plan_id` string — Api ID of the associated plan
  - `started` union
    - unknown
    - string — An iso8601 formatted timestamp
  - `href` string — A reference to this entitlement
  - `created` string — An iso8601 formatted timestamp

---

[API](https://skmtc.dev/webscale/apis/webscale-apis.md) · [All operations](https://skmtc.dev/webscale/apis/webscale-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webscale/webscale-apis/revisions/c98d872b50cb/schema)
