Endpoints
Access levels
List sections
GET /api/v2/sections?roomId={room_id}
Create sections
POST /api/v2/sections
Create one or more sections in a single request.
string
required
The room to add sections to.
array
required
Array of section objects.
Example
Update a section
PATCH /api/v2/sections/{section_id}
string
New display title.
"visible" | "restricted" | "locked" | "hidden"
New access level.
Example
Delete a section
DELETE /api/v2/sections/{section_id}