UoaWDCC / aeyb-monitor

7 stars 0 forks source link

End meeting endpoint - backend #134

Closed jacobatan closed 1 year ago

jacobatan commented 1 year ago

Outcome

We want to have an endpoint to end the meeting.

Key Results

Could possibly have the endpoint be PATCH /meetings/:meetingId/end.

And our req body would be something like

{ finishTime: 1682834400000 }