{ "operationId": "youtube.liveChatModerators.insert", "method": "POST", "path": "/liveChatModerators", "summary": "Youtube Add a Live Chat Moderator", "requestExamples": [ { "contentType": "application/json", "name": "YoutubeLivechatmoderatorsInsertRequestExample", "example": { "kind": "youtube#video", "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k", "id": "abc123def456", "snippet": { "liveChatId": "500123", "moderatorDetails": { "channelId": "500123", "channelUrl": "https://www.example.com", "displayName": "example_value", "profileImageUrl": "https://www.example.com" } } } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "YoutubeLivechatmoderatorsInsert200Example", "example": { "kind": "youtube#video", "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k", "id": "abc123def456", "snippet": { "liveChatId": "500123", "moderatorDetails": { "channelId": "500123", "channelUrl": "https://www.example.com", "displayName": "example_value", "profileImageUrl": "https://www.example.com" } } } } ] }