Looking up multiple stream tags no longer accepts comma separated IDs?

Got this error overnight:

{
    "error": "Bad Request",
    "status": 400,
    "message": "Tag IDs may not be comma-separated (i.e. tag_id=abc123,def456); instead, repeat the parameter or provide in the request body"
}

Was this a scheduled API change? I hadn’t seen a notice about it, and from talking to another third party Twitch library developer, they also didn’t expect this change.

What calling what API?

Edit: Looking at your Cross post in Discord

Helix has always used duplicate params rather than CSV’s
This endpoint (Get All Stream Tags) never documented the use of a CSV

An ID that identifies a specific tag to return. Include the query parameter for each tag you want returned. For example, tag_id=123&tag_id=456. You may specify a maximum of 100 IDs.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.