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

# Update Workspace

> Update metadata for an existing workspace

# PUT /workspaces/{workspace_id}

Update workspace metadata fields such as the workspace identifier (display name).

## Notes

* Requires **admin** role in the current workspace.
* You can only update the workspace you are currently authenticated into. Attempting to update a different workspace returns 403.
* The `identifier` field is optional in the request body. If no fields are provided, the endpoint returns 400.
* Returns the updated workspace record on success.
* See `GET /workspaces/{workspace_id}` to fetch current metadata before updating.
