> ## 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 workforce plan

> Update a workforce planning scenario.

### Parameters

<ParamField path="id" type="string" required>
  ID of the workforce plan.
</ParamField>

<ParamField body="name" type="string">
  Human-readable plan name.
</ParamField>

<ParamField body="status" type="string">
  Current plan status. Generic updates cannot approve a draft plan.
</ParamField>

<ParamField body="starts" type="string">
  Start date for the planning window.
</ParamField>

<ParamField body="ends" type="string">
  End date for the planning window.
</ParamField>

<ParamField body="currency" type="string">
  Three-letter ISO currency code used for calculation rollups.
</ParamField>

<ParamField body="metadata" type="object">
  Set of key-value pairs attached to the plan.
</ParamField>

### Returns

Returns the updated [Workforce plan object](/reference/workforce-plans/object).
