From d20228ea25e7a9de155dfd9f3465f428aa554ed4 Mon Sep 17 00:00:00 2001 From: catherineheywood Date: Wed, 4 May 2016 11:19:09 +0100 Subject: [PATCH] Add sentences introducing responses to GET --- docs/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index f9f205b11..dadad5093 100644 --- a/docs/index.md +++ b/docs/index.md @@ -173,7 +173,7 @@ where: **Note:** You must provide all placeholders set up in your template. See [how to create placeholders in a template](#quickstart). -The response will be: +The response (status code 201) will be: ``` { 'data':{ @@ -191,6 +191,7 @@ To retrieve the status of a single sms or email notification: ``` GET /notifications/{id} ``` +The response (status code 200) will be: ``` { @@ -227,6 +228,8 @@ To retrieve the status of all notifications: GET /notifications ``` +The response (status code 200) will be: + ``` { 'data':[{