From 5fed199696e9903e3e35394c59f28f2e2aeb3745 Mon Sep 17 00:00:00 2001 From: Catherine Heywood Date: Mon, 23 May 2016 10:49:14 +0100 Subject: [PATCH] remove redundant sentence --- docs/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 38c2c42dc..5be0824ac 100644 --- a/docs/index.md +++ b/docs/index.md @@ -306,8 +306,6 @@ where: * `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 -The above fields are populated once the message has been processed; initially you get back the [response](#coderesponse) indicated above. - The ``GET /notifications`` request accepts the following query string parameters: * `template_type` - `sms` or `email` (you can enter `template_type` twice) * `status` - `sending`, `delivered`, or `failed`