---
title: "Update a space"
method: PUT
path: "/space/{spaceId}"
tags: ["Space"]
---

# Update a space

`PUT /space/{spaceId}`

Update a space

## Path parameters

- `spaceId` string, required

## Request body

- object
  - `name` string

## Response `200`

successful operation

- ResponseMessage
  - `message` string

## Other responses

- `400` — Invalid space data

---

[API](https://skmtc.net/smythos/apis/smyth-api.md) · [All operations](https://skmtc.net/smythos/apis/smyth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smythos/smyth-api/versions/1475e078fb4a/schema)
