diff --git a/static/yaml/endpoints/twitch.yaml b/static/yaml/endpoints/twitch.yaml index 21458fc..91c0cae 100644 --- a/static/yaml/endpoints/twitch.yaml +++ b/static/yaml/endpoints/twitch.yaml @@ -265,6 +265,7 @@ endpoints: qs: - name: "subtract" description: "Subscriber count will subtract the specified value and return the result. If you have 102 subs and you specify subtract=2, it will return 100." + type: "int" notes: - 'Retrieves the subscriber count of the specified channel.' - 'This only works for channels that have authenticated and authorized this app.' @@ -277,6 +278,7 @@ endpoints: description: "A comma-separated list of extras to include. Currently no extra options are supported." - name: "subtract" description: "Subscriber points will subtract the specified value and return the result. If you have 102 points and you specify subtract=2, it will return 100." + type: "int" 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).'