From 1d8ff4391c4863902964d05f9d73440ace12e649 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 14 Feb 2021 15:37:03 +0530 Subject: [PATCH] apidocs updated. --- APIDOCS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/APIDOCS.md b/APIDOCS.md index f93578aa..dc758961 100644 --- a/APIDOCS.md +++ b/APIDOCS.md @@ -341,7 +341,9 @@ URL: WHERE: - `token`: The session token generated by the `login` call. -- `type`: The duration type for which valid values are: [`lastHour`, `lastDay`, `lastWeek`, `lastMonth`, `lastYear`] +- `type`: The duration type for which valid values are: [`lastHour`, `lastDay`, `lastWeek`, `lastMonth`, `lastYear`, `custom`] +- `start` (optional): The start date in UTC. Applies only to `custom` type. +- `end` (optional): The end date in UTC. Applies only to `custom` type. RESPONSE: ```