---
title: "Update Workspace"
method: PATCH
path: "/api/admin/workspaces/{workspace_id}"
tags: ["admin-workspaces"]
---

# Update Workspace

`PATCH /api/admin/workspaces/{workspace_id}`

## Path parameters

- `workspace_id` string, required

## Request body

- UpdateWorkspaceRequest
  - `name` string, nullable
  - `telephony_provider` string, nullable
  - `call_provider` string, nullable
  - `summary_provider` string, nullable
  - `is_primary` boolean, nullable

## Response `200`

Successful Response

- UpdateWorkspaceResponse
  - `id` string, required
  - `name` string, required
  - `telephony_provider` string, required
  - `call_provider` string, required
  - `summary_provider` string, required
  - `is_primary` boolean, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-25** `c38469b3aab0` — 1 warning
  - changed the pattern of the request property `call_provider/anyOf[subschema #1]/` from `^(ultravox|gemini|selfhost)$|^$` to `^(ultravox|gemini|elevenlabs|selfhost)$|^$`
- **2026-08-17** `b44a22c97294` — 2 info
  - added the new optional request property `summary_provider`
  - added the required property `summary_provider` to the response with the `200` status
- **2026-07-31** `7c9aff2501f3` — 1 warning
  - changed the pattern of the request property `call_provider/anyOf[subschema #1]/` from `^(ultravox|gemini)$|^$` to `^(ultravox|gemini|selfhost)$|^$`

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/admin/workspaces/:workspace_id/patch.md)

---

[API](https://skmtc.dev/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.dev/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/6155db644bab/schema)
