Set Blocked Term
Adds a new blocked term to the specified Twitch channel.
If Channel is empty, SAMMI uses the default Twitch account.
| Box Name | Type | Description |
|---|---|---|
| Channel | String | Channel name to add new blocked term |
| Term | String | New term to be blocked |
Requires the
moderator:manage:blocked_terms Twitch scope.
Twitch API Endpoint: POST /helix/moderation/blocked_terms
| Request Field | Type | Description |
|---|---|---|
| broadcaster_id | String | The ID of the broadcaster whose blocked terms list to add to |
| moderator_id | String | The ID of the moderator or broadcaster adding the term |
| text | String | The term to block (2–500 characters). Supports wildcards with * |