Update Extension Bits Product
documentedAdds or updates a Bits product that the extension created.
PUT /helix/extensions/bitsExtensionsno implementation yet0 runsNo 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/bits/extensions" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Client-Id: {{TWITCH_EXTENSION_CLIENT_ID}}" \
-H "Content-Type: application/json" \
-d '{"sku": "{{$sku}}", "cost": {"amount": {{$amount}}, "type": "bits"}, "in_development": {{$in_development}}, "display_name": "{{$display_name}}", "is_broadcast": {{$is_broadcast}}, "expiration": "{{$expiration}}"}'