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

# Update Workspace

This endpoint updates an existing workspace.

## Path Parameters

<ParamField path="id" type="string" required>
  ID of the workspace to update
</ParamField>

## Request Body

<ParamField body="stage" type="string">
  New stage for the workspace
</ParamField>

<ParamField body="name" type="string">
  New display name for the workspace
</ParamField>

<Warning>
  This endpoint is part of the legacy v3 API and will be deprecated in the future. Please migrate to the new enterprise API endpoints.
</Warning>
