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_idstringrequiredRequires space:admin scope.
POST
/memuron/spaces/{space_id}/set-defaultcurl -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
}