UpdateSessionRequest
Extended request type for updating a session, including metadata
Extends
Properties
actorId?
optional actorId: string;
ID of the user performing the action
duration?
optional duration: number;
Updated duration in minutes
Inherited from
rating?
optional rating: number;
Updated or new rating from student
Inherited from
scheduledAt?
optional scheduledAt: ISOString;
New scheduled date and time (ISO string format)
Inherited from
status?
optional status: SessionStatus;
Updated session status
Inherited from
studentFeedback?
optional studentFeedback: string;
Updated or new student feedback
Inherited from
UpdateSessionData.studentFeedback
tutorNotes?
optional tutorNotes: string;
Updated or new tutor notes