Add plays graph grouping to API docs
This commit is contained in:
1
API.md
1
API.md
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user