{ "summary": "createNote", "operationId": "createNoteUsingPOST", "method": "POST", "path": "/v2/meetings/{meetingId}/notes", "tags": [ "meeting-note-resource" ], "description": "POST /v2/meetings/{meetingId}/notes", "parameters": { "meetingId": "" }, "requestBody": { "description": "command", "required": true }, "response": { "status": 200, "description": "OK" } }