From 51680358a22fdf395a04c0f902ea471d25c9f70e Mon Sep 17 00:00:00 2001 From: catherineheywood Date: Tue, 12 Apr 2016 16:42:01 +0100 Subject: [PATCH] Remove question --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 0fac5f91e..8dd7456be 100644 --- a/docs/index.md +++ b/docs/index.md @@ -107,7 +107,7 @@ Request signing is of the form HTTP METHOD PATH: GET /notification/1234 ``` -Payload signing requires the actual payload to be signed, not the JSON object. Serialize the object first, then sign the serialized object. +Payload signing requires the actual payload to be signed, not the JSON object. Make sure you serialize the object first, then sign the serialized object. API client libraries --------------------- @@ -200,7 +200,7 @@ GET /notifications/{id} } ``` where: -* `status` is the the status of the notification; this can be `sending`, `delivered`, `failed` [change status in message above?] +* `status` is the the status of the notification; this can be `sending`, `delivered`, `failed` * `template_type` is `sms` or `email` * `job_id` is the unique identifier for the process of sending and retreiving the notification * `message` is the content of message