---
title: "Update workspace"
method: PUT
path: "/api/v1/public/workspace"
tags: ["public"]
---

# Update workspace

`PUT /api/v1/public/workspace`

Update supported workspace configuration fields.

## Request body

- OutcallerApiApiPublicSchemasWorkspaceUpdateRequest
  - `name` string, nullable

## Response `200`

Successful Response

- WorkspaceUpdateResponse
  - `success` boolean, required
  - `workspace` WorkspaceResponse, required
    - `id` string, required
    - `name` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

> 16 revisions in range; 5 could not be searched.

- **2026-07-26** `e7248cb2f50b` — 1 breaking, 3 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the new optional request property `name`
  - added the required property `success` to the response with the `200` status
  - added the required property `workspace` to the response with the `200` status

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/v1/public/workspace/put.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)
