{ "operationId": "endMeeting", "method": "POST", "path": "/meetings/{meetingId}/end", "summary": "End a Meeting", "requestExamples": [ { "contentType": "application/json", "example": { "reason": "Agenda has been completed and the meeting is ended." } } ], "responseExamples": [] }