---
title: "Update Workspace"
method: PUT
path: "/api/workspaces/{workspace_id}"
---

# Update Workspace

`PUT /api/workspaces/{workspace_id}`

## Path parameters

- `workspace_id` string, required

## Request body

- OutcallerApiApiRoutesWorkspacesWorkspaceUpdateRequest
  - `name` string, nullable
  - `callProvider` string, nullable
  - `telephonyProvider` string, nullable
  - `customMaxUsage` integer, nullable
  - `planType` string, nullable
  - `webHookUrl` string, nullable
  - `webHookHeaders` object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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