Youtube · Example Payload

Youtube Youtubelivechatmoderatorsinsert Example

GoogleMediaSocialStreamingVideoVideos

Youtube Youtubelivechatmoderatorsinsert Example is an example object payload from Youtube, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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"
          }
        }
      }
    }
  ]
}