update_attendance_session
Control attendance sessions by closing, reopening, hiding, unhiding, or renaming them to adjust visibility and session details.
Instructions
Update an attendance session. Use this to close/reopen, hide/unhide, or rename a session.
Args: event_id: The session ID (from list_attendance_sessions results). title: New title (omit to keep current). is_closed: Set true to close the session, false to reopen. is_hidden: Set true to hide from students, false to show.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| event_id | Yes | ||
| is_closed | No | ||
| is_hidden | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |