API REFERENCE
Set enabled
Enable or disable a space for the current user without deleting it.
Requires authentication — a Bearer token or
X-Memuron-Actor-Id header.Path parameters
space_idstringrequiredBody parameters
enabledbooleanrequiredPOST
/memuron/spaces/{space_id}/set-enabledcurl -X POST https://api.memuron.com/memuron/spaces/{space_id}/set-enabled \
-H "Content-Type: application/json"200 OK
{
"id": "…",
"token": "space.work",
"is_enabled": true
}