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