---
title: "Update a workspace"
method: PUT
path: "/api/v1/workspaces/{workspace_id}"
tags: ["🏢 Workspaces"]
---

# Update a workspace

`PUT /api/v1/workspaces/{workspace_id}`

Updates an existing workspace. Only the provided fields are changed; omitted fields keep their current values.

## Path parameters

- `workspace_id` string, required

## Request body

- object
  - `name` string
  - `logo` string, url
  - `timezone` string
  - `note` string, nullable
  - `instagram_posting_method` 'api' | 'mobile'
  - `first_day` object
    - `day` string
    - `key` integer

## Response `200`

Workspace updated successfully

- object
  - `status` boolean
  - `message` string
  - `data` object

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - No permission to update this workspace
- `404` — Workspace not found
- `422` — Validation failed
- `429` — Too Many Requests - Rate limit exceeded

---

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