twitchdev / issues

Issue tracker for third party developers.
Apache License 2.0
74 stars 6 forks source link

404 occurs when 401 should happen for extensions/chat endpoint #964

Open 2chivi opened 5 months ago

2chivi commented 5 months ago

Brief description POST: https://api.twitch.tv/helix/extensions/chat?broadcaster_id=29734255345 A 404 occurs if you put in a bunk broadcasterId that does not exist. Should return a 401 stating as such.

How to reproduce POST: https://api.twitch.tv/helix/extensions/chat?broadcaster_id=29734255345

Expected behavior 401

BarryCarlyon commented 5 months ago

Additional notes: this endpoint has always acted like this, before it was moved from the extensions name space to the helix name space.

Could be a more useful message but it's always been like this