---
title: "Update the information associated with a space"
method: POST
path: "/spaces/{id}/update"
tags: ["spaces"]
---

# Update the information associated with a space

`POST /spaces/{id}/update`

Spaces are groupings of collections and datasets.

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string, required
  - `description` string, required
  - `timetolive` string, required
  - `enabled` boolean, required
  - `access` string, required

## Response `200`

OK

---

[API](https://skmtc.net/clowder-framework/apis/clowder.md) · [All operations](https://skmtc.net/clowder-framework/apis/clowder/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clowder-framework/clowder/revisions/bcd187478e0d/schema)
