---
title: "Update details of a specific Space"
method: POST
path: "/api/v1/updateSpace/{spaceId}"
tags: ["Space"]
---

# Update details of a specific Space

`POST /api/v1/updateSpace/{spaceId}`

## Path parameters

- `spaceId` string, required

## Request body

- object
  - `name` string — The name of the space
  - `isPublic` boolean — Whether the space is public
  - `img` string — Image URL for the space

## Response `200`

Space updated successfully

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

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