---
title: "Update an entitlement plan"
method: PATCH
path: "/v1/entitlement-plans/{id}"
tags: ["Entitlements"]
---

# Update an entitlement plan

`PATCH /v1/entitlement-plans/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string
  - `description` string
  - `isDefault` boolean
  - `isActive` boolean

## Response `200`

Plan updated

- object — Plan updated

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

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