diff --git a/public/static/yaml/endpoints/twitch.yaml b/public/static/yaml/endpoints/twitch.yaml index 4f9d79b..716d667 100644 --- a/public/static/yaml/endpoints/twitch.yaml +++ b/public/static/yaml/endpoints/twitch.yaml @@ -176,7 +176,7 @@ endpoints: type: "int" notes: - 'Retrieves the subscriber count of the specified channel.' - - 'This only works for channels that have authenticated and authorized this app.' + - 'This only works for channels that have authenticated and authorized this app.' - "As of October 2nd, 2021 the subscriber count no longer includes lifetime bot subscriptions or the broadcaster's own subscription. You may need to adjust the subtract parameter if it was previously used for accuracy reasons." - route: "subpoints/:channel" cached: true @@ -186,7 +186,7 @@ endpoints: qs: notes: - 'Retrieves the amount of subscriber points for the specified channel.' - - 'This only works for channels that have authenticated and authorized this app (if the channel already uses subcount, this works already).' + - 'This only works for channels that have authenticated and authorized this app (if the channel already uses subcount, this works already).' - 'As of October 2nd, 2021 the subscriber points value is now accurately retrieved from the Twitch API. The "subtract" parameter no longer applies and will be ignored.' - route: "subscriber_emotes/:channel" cached: true