---
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

---

[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/4cbf44e1d4fd/schema)
