1
0
mirror of https://github.com/Decicus/DecAPI-Docs.git synced 2024-11-23 09:12:28 +01:00

Document "include" query string for /twitch/subpoints

This commit is contained in:
Alex Thomassen 2017-09-05 23:52:17 +02:00
parent f98d314539
commit 17a4930d53

View File

@ -193,6 +193,9 @@ endpoints:
parameters: parameters:
- name: ":channel" - name: ":channel"
description: "The channel name." description: "The channel name."
qs:
- name: "include"
description: "A comma-separated list of extras to include. Currently only supports <code>next_level</code>, which will include the amount of subpoints needed to unlock the new level of emoteslots."
notes: notes:
- 'Retrieves the amount of subscriber points for the specified channel.' - 'Retrieves the amount of subscriber points for the specified channel.'
- '<strong>This only works for channels that have <a href="{{baseUrl}}/auth/twitch?scopes=user_read+channel_subscriptions&redirect=subpoints" target="_blank" rel="noopener noreferrer">authenticated and authorized</a> this app</strong> (if the channel already uses subcount, this works already).' - '<strong>This only works for channels that have <a href="{{baseUrl}}/auth/twitch?scopes=user_read+channel_subscriptions&redirect=subpoints" target="_blank" rel="noopener noreferrer">authenticated and authorized</a> this app</strong> (if the channel already uses subcount, this works already).'