memμrondocs
Console
API REFERENCE

Update a space

Update a space by UUID, slug, space.* token, or /spaces path.

Requires authentication — a Bearer token or X-Memuron-Actor-Id header.

Path parameters

space_idstringrequired

Body parameters

namestringoptional

descriptionstringoptional

guardian_promptstringoptional

Requires space:admin scope.
PATCH/memuron/spaces/{space_id}
curl -X PATCH https://api.memuron.com/memuron/spaces/{space_id} \
  -H "Content-Type: application/json"
200 OK
{
  "id": "…",
  "name": "Updated Work",
  "token": "space.work"
}