{ "operationId": "updateInterpreterById", "method": "PUT", "path": "/meetings/{meetingId}/interpreters/{interpreterId}", "summary": "Update a Meeting Interpreter", "requestExamples": [ { "contentType": "application/json", "example": { "languageCode1": "en", "languageCode2": "de", "email": "marcus.tuchel@example.com", "displayName": "Tuchel" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json;charset=UTF-8", "example": { "id": "OGQ0OGRiM2U3ZTAxNDZiMGFjYzJjMzYxNDNmNGZhN2RfZTA5MTJiZDBjNWVlNDA4YjgxMTZlMjU4Zjg2NWIzZmM", "languageCode1": "en", "languageCode2": "de", "email": "marcus.tuchel@example.com", "displayName": "Tuchel" } }, { "status": "400", "contentType": "application/json;charset=UTF-8", "example": { "message": "'marcus.tuchel@example.com' is found in more than one interpreter.", "trackingId": "8E12317727354470B5258F5B28D93FB9_1562296858685" } } ] }