From 353346882c58561af4b5a7c64b3a01f5c5befc83 Mon Sep 17 00:00:00 2001 From: Catherine Heywood Date: Thu, 19 May 2016 14:55:19 +0100 Subject: [PATCH] explanations of queryparams2 --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 7fe7996c8..bf51c249f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -309,8 +309,8 @@ where: * `template_type` - `sms` or `email` (you can enter both) * `status` - `sending`, `delivered`, or `failed` * `page` - page number - * `page_size` - * `limit_days` - defaults to 7 + * `page_size` - number of notifications per page; defaults to 50 + * `limit_days` - number of days; defaults to 7 * `total` is the total number of notifications sent by the service using the given template type * `page_size` is an optional integer indicating the number of notifications per page; if not provided, defaults to 50