From 860b4fd8cc19580123dccdab815987528c40d00b Mon Sep 17 00:00:00 2001 From: catherineheywood Date: Thu, 12 May 2016 15:17:49 +0100 Subject: [PATCH] Remove more tabs --- docs/index.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/index.md b/docs/index.md index da85bbe48..9fa5e6fa7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -191,24 +191,24 @@ The response (status code 200) will be: ``` { 'notification': - { - 'status': 'delivered', - 'to': '07515 987 456', - 'template': {'id': '5e427b42-4e98-46f3-a047-32c4a87d26bb', - 'name': 'First template', - 'template_type': 'sms'}, - 'created_at': '2016-04-26T15:29:36.891512+00:00', - 'updated_at': '2016-04-26T15:29:38.724808+00:00', - 'sent_at': '2016-04-26T15:29:37.230976+00:00', - 'job': {'id': 'f9043884-acac-46db-b2ea-f08cd8ec6d67', - 'original_file_name': 'Test run'}, - 'sent_at': '2016-04-26T15:29:37.230976+00:00', - 'id': 'f163deaf-2d3f-4ec6-98fc-f23fa511518f', - 'content_char_count': 490, - 'service': '5cf87313-fddd-4482-a2ea-48e37320efd1', - 'reference': None, - 'sent_by': 'mmg' - } + { + 'status': 'delivered', + 'to': '07515 987 456', + 'template': {'id': '5e427b42-4e98-46f3-a047-32c4a87d26bb', + 'name': 'First template', + 'template_type': 'sms'}, + 'created_at': '2016-04-26T15:29:36.891512+00:00', + 'updated_at': '2016-04-26T15:29:38.724808+00:00', + 'sent_at': '2016-04-26T15:29:37.230976+00:00', + 'job': {'id': 'f9043884-acac-46db-b2ea-f08cd8ec6d67', + 'original_file_name': 'Test run'}, + 'sent_at': '2016-04-26T15:29:37.230976+00:00', + 'id': 'f163deaf-2d3f-4ec6-98fc-f23fa511518f', + 'content_char_count': 490, + 'service': '5cf87313-fddd-4482-a2ea-48e37320efd1', + 'reference': None, + 'sent_by': 'mmg' + } } ``` See [below](#fieldsforGET) for explanations of the fields. @@ -240,7 +240,7 @@ The response (status code 200) will be: 'reference': None, 'sent_by': 'mmg' }, - { + { 'status': 'delivered', 'to': '07515 987 456', 'template': {'id': '5e427b42-4e98-46f3-a047-32c4a87d26bb', @@ -260,7 +260,7 @@ The response (status code 200) will be: ... ] 'links': {'last': '/notifications?page=3&template_type=sms&status=delivered', - 'next': '/notifications?page=2&template_type=sms&status=delivered'}, + 'next': '/notifications?page=2&template_type=sms&status=delivered'}, 'total': 162, 'page_size': 50 }