From 49ca58ba01e03bc8fd85cefb0a8ef9bae6df6bd0 Mon Sep 17 00:00:00 2001 From: catherineheywood Date: Wed, 25 May 2016 12:11:00 +0100 Subject: [PATCH] Link to Delivery and failure doc --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index aef352bd0..f4a716ac2 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`, `permanently failed`, `temporarily failed`, or `technical failure` (for more information, see [Delivery and failure](https://www.notifications.service.gov.uk/delivery-and-failure)) +* `status` is the status of the notification; this can be `sending`, `delivered`, `permanently failed`, `temporarily failed`, or `technical failure` (see [Delivery and failure](https://www.notifications.service.gov.uk/delivery-and-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`, `permanently failed`, `temporarily failed`, or `technical failure` (for more information, see [Delivery and failure](https://www.notifications.service.gov.uk/delivery-and-failure)) + * `status` - `sending`, `delivered`, `permanently failed`, `temporarily failed`, or `technical failure` (see [Delivery and failure](https://www.notifications.service.gov.uk/delivery-and-failure)) * `page` - page number * `page_size` - number of notifications per page; defaults to 50 * `limit_days` - number of days; defaults to 7