memμrondocs
Console
API REFERENCE

Set default space

Make a space the organization default.

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

Path parameters

space_idstringrequired

Requires space:admin scope.
POST/memuron/spaces/{space_id}/set-default
curl -X POST https://api.memuron.com/memuron/spaces/{space_id}/set-default \
  -H "Content-Type: application/json"
200 OK
{
  "id": "…",
  "token": "space.work",
  "is_default": true
}