From 69476559c2e5faf76121ff20f90e7eee7fa443cf Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Tue, 16 May 2017 22:03:44 +0100 Subject: [PATCH] Updated User Stats API (markdown) --- User-Stats-API.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/User-Stats-API.md b/User-Stats-API.md index 21c556f..e58f631 100644 --- a/User-Stats-API.md +++ b/User-Stats-API.md @@ -26,9 +26,11 @@ Response code of `200 OK` week_sum : , week_count : , month_sum : , - month_count : - global_sum : , - global_count : + month_count : , + user_sum : , + user_count : , + global_sum : , + global_count : } ```