From 76d39b6b6cdc0cc7bb8718a30f90b826ef159570 Mon Sep 17 00:00:00 2001 From: catherineheywood Date: Wed, 25 May 2016 09:14:59 +0100 Subject: [PATCH] Add new delivery statuses --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index a323876f3..17e267ba1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -283,7 +283,7 @@ The response (status code 200) will be: where: -* `status` is the status of the notification; this can be `sending`, `delivered`, or `failed` +* `status` is the status of the notification; this can be `sending`, `delivered`, `permanently failed`, `temporarily failed`, or `technical failure` * `to` is the recipient's phone number or email address * `template`: * `id` is the Template ID @@ -309,7 +309,7 @@ where: 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` + * `status` - `sending`, `delivered`, `permanently failed`, `temporarily failed`, or `technical failure` * `page` - page number * `page_size` - number of notifications per page; defaults to 50 * `limit_days` - number of days; defaults to 7