CLOVER Website - v0.3.1
    Preparing search index...

    Function updateStudentEnrollmentStatus

    • Updates the enrollment status of a student in a class.

      Parameters

      • classId: string

        The ID of the class

      • studentId: string

        The ID of the student

      • newStatus: EnrollmentStatus

        The new enrollment status

      Returns Promise<{ error?: string; success: boolean }>

      • The response from the server or an error message.