Youtube · Example Payload

Youtube Youtubechannelsupdate Example

GoogleMediaSocialStreamingVideoVideos

Youtube Youtubechannelsupdate 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.channels.update",
  "method": "PUT",
  "path": "/channels",
  "summary": "Youtube Update Channel Metadata",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "YoutubeChannelsUpdateRequestExample",
      "example": {
        "kind": "youtube#video",
        "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
        "id": "abc123def456",
        "snippet": {
          "title": "Example Title",
          "description": "A sample description for this resource.",
          "customUrl": "https://www.example.com",
          "publishedAt": "2026-01-15T10:30:00Z",
          "thumbnails": "example_value",
          "country": 42,
          "localized": {
            "title": "Example Title",
            "description": "A sample description for this resource."
          }
        },
        "statistics": {
          "viewCount": 42,
          "subscriberCount": 42,
          "hiddenSubscriberCount": 42,
          "videoCount": 42
        },
        "contentDetails": {
          "relatedPlaylists": {
            "uploads": "example_value",
            "likes": "example_value"
          }
        },
        "brandingSettings": {
          "channel": {
            "title": "Example Title",
            "description": "A sample description for this resource.",
            "keywords": "example_value",
            "defaultLanguage": "en"
          },
          "image": {
            "bannerExternalUrl": "https://www.example.com"
          }
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "YoutubeChannelsUpdate200Example",
      "example": {
        "kind": "youtube#video",
        "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
        "id": "abc123def456",
        "snippet": {
          "title": "Example Title",
          "description": "A sample description for this resource.",
          "customUrl": "https://www.example.com",
          "publishedAt": "2026-01-15T10:30:00Z",
          "thumbnails": "example_value",
          "country": 42,
          "localized": {
            "title": "Example Title",
            "description": "A sample description for this resource."
          }
        },
        "statistics": {
          "viewCount": 42,
          "subscriberCount": 42,
          "hiddenSubscriberCount": 42,
          "videoCount": 42
        },
        "contentDetails": {
          "relatedPlaylists": {
            "uploads": "example_value",
            "likes": "example_value"
          }
        },
        "brandingSettings": {
          "channel": {
            "title": "Example Title",
            "description": "A sample description for this resource.",
            "keywords": "example_value",
            "defaultLanguage": "en"
          },
          "image": {
            "bannerExternalUrl": "https://www.example.com"
          }
        }
      }
    }
  ]
}