apidocs updated.

This commit is contained in:
Shreyas Zare
2021-02-14 15:37:03 +05:30
parent 89eacdf742
commit 1d8ff4391c

View File

@@ -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:
```