---
title: "Update workspace details"
method: PATCH
path: "/workspaces/{workspace_id}"
tags: ["Workspaces"]
---

# Update workspace details

`PATCH /workspaces/{workspace_id}`

Updates the workspace details.

## Request body

- object
  - `title` string — A short title for the workspace.
  - `description` string, commonmark — A description that describes the workspace. [CommonMark 0.29](http://commonmark.org/) syntax MAY be used for rich text representation.

## Response `204`

Changes to the workspace were applied successfully.

## Other responses

- `4XX` — unresolved $ref
- `5XX` — unresolved $ref

## Changes

- **2023-12-01** `90d7a6531a39` — 1 warning, 2 info
  - removed the request property `quota`
  - added the new optional request property `description`
  - added the new optional request property `title`
- **2023-10-11** `c3433de805e9` — 2 warning, 1 info
  - removed the request property `description`
  - removed the request property `title`
  - added the new optional request property `quota`

[Change history](https://skmtc.dev/open-eo/apis/openeo-api-workspaces-extension/changes/workspaces/:workspace_id/patch.md)

---

[API](https://skmtc.dev/open-eo/apis/openeo-api-workspaces-extension.md) · [All operations](https://skmtc.dev/open-eo/apis/openeo-api-workspaces-extension/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/open-eo/openeo-api-workspaces-extension/revisions/6f92902ecf78/schema)
