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.
The room to add sections to.
Array of section objects.
Example
Update a section
PATCH /api/v2/sections/{section_id}
New display title.
New access level.
Example
Delete a section
DELETE /api/v2/sections/{section_id}