Add plays graph grouping to API docs

This commit is contained in:
JonnyWong16 2018-02-18 11:06:17 -08:00
parent 836c4293d6
commit 2d56ac027b
2 changed files with 2 additions and 0 deletions

1
API.md
View file

@ -1313,6 +1313,7 @@ Required parameters:
None None
Optional parameters: Optional parameters:
grouping (int): 0 or 1
time_range (str): The number of days of data to return time_range (str): The number of days of data to return
y_axis (str): "plays" or "duration" y_axis (str): "plays" or "duration"
user_id (str): The user id to filter the data user_id (str): The user id to filter the data

View file

@ -1807,6 +1807,7 @@ class WebInterface(object):
None None
Optional parameters: Optional parameters:
grouping (int): 0 or 1
time_range (str): The number of days of data to return time_range (str): The number of days of data to return
y_axis (str): "plays" or "duration" y_axis (str): "plays" or "duration"
user_id (str): The user id to filter the data user_id (str): The user id to filter the data