---
title: "Overwrite a workspace's saved tab arrangement with a new payload"
method: PUT
path: "/workspaces/{id}/content"
tags: ["Workspaces"]
---

# Overwrite a workspace's saved tab arrangement with a new payload

`PUT /workspaces/{id}/content`

Used by "Update with current" in the Workspaces panel. Rejects the Last Session workspace.

## Path parameters

- `id` integer, required

## Request body

- object
  - `payload` object

## Response `200`

Workspace content updated.

## Other responses

- `400` — Invalid request body.
- `404` — Workspace not found.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
