Skip to main content

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

UpdateSessionData.duration


rating?

optional rating: number;

Updated or new rating from student

Inherited from

UpdateSessionData.rating


scheduledAt?

optional scheduledAt: ISOString;

New scheduled date and time (ISO string format)

Inherited from

UpdateSessionData.scheduledAt


status?

optional status: SessionStatus;

Updated session status

Inherited from

UpdateSessionData.status


studentFeedback?

optional studentFeedback: string;

Updated or new student feedback

Inherited from

UpdateSessionData.studentFeedback


tutorNotes?

optional tutorNotes: string;

Updated or new tutor notes

Inherited from

UpdateSessionData.tutorNotes