From afc8fb08f38c23a082a6742ed70827a1e4495b5b Mon Sep 17 00:00:00 2001 From: catherineheywood Date: Thu, 5 May 2016 10:26:44 +0100 Subject: [PATCH] reword 'total' field explanation --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 5019cc018..6dd92861d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -304,7 +304,7 @@ where: * `links`: * `last` is the url of the last page of notifications * `next` is the url of the next page of notifications -* `total` is total number of notifications for the service of the given template type +* `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.