Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeetingController

API routes for managing meetings

Hierarchy

  • MeetingController

Index

Properties

Private meetingService

meetingService: MeetingService

Methods

createOrUpdateMeeting

  • Provides a single route for creating and updating a list of meetings for the parent (either a nonClassEvent or a courseIntance) whose id is given in the url parameter. Any meetings that have been removed from the parent's meetings list will be deleted

    Parameters

    Returns Promise<MeetingResponseDTO[]>

Generated using TypeDoc