Sign in

Modify Channel Information

documented

Updates a channel’s properties.

PATCH /helix/channelsChannelsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://api.twitch.tv/helix/channels?broadcaster_id={{broadcaster_id}}\" \\
  -X PATCH \\
  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \\
  -H \"Client-Id: {{TWITCH_CLIENT_ID}}\" \\
  -H \"Content-Type: application/json\" \\
  -d '{"game_id": "{{$game_id}}", "title": "{{$title}}", "broadcaster_language": "{{$broadcaster_language}}", "delay": {{$delay}}, "tags": {{$tags}}, "content_classification_labels": {{$content_classification_labels}}}'
Modify Channel Information · Twitch · OpenIntegrations