Skip to main content
PUT
/
workspaces
/
{workspace_id}
Update Workspace
curl --request PUT \
  --url https://api.example.com/workspaces/{workspace_id}

PUT /workspaces/

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.