> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update a leave entitlement

> Update manual entitlement overrides or its end date.

### Parameters

<ParamField path="id" type="string" required>
  The ID of the leave entitlement to update.
</ParamField>

<ParamField body="overrides" type="object">
  Sparse policy overrides for this worker.
</ParamField>

<ParamField body="ends" type="string | null">
  New end date for the entitlement. Pass `null` to clear the end date.
</ParamField>

### Returns

Returns the updated [Leave Entitlement object](/reference/leave-entitlements/object).
