From 16da5de389b7e663a6a6cf07015ed6ef4db08d5a Mon Sep 17 00:00:00 2001 From: catherineheywood Date: Mon, 9 May 2016 11:50:52 +0100 Subject: [PATCH] POST and GET in titles --- docs/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index e2b8a0c49..2464339ef 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,8 +9,8 @@ This document is for central government developers and technical architects who * [JSON Web Tokens: claims](#JWT_claims) * [API client libraries](#client_libraries) * [API endpoints](#API_endpoints) - * [Send notifications](#sendnotifications) - * [Retrieve notifications](#getnotifications) + * [Send notifications: POST](#sendnotifications) + * [Retrieve notifications: GET](#getnotifications) * [Authorisation error messages](#autherror_code) * [Other error messages](#othererror_code) * [GOV.UK Notify API code](#Notify_code) @@ -117,7 +117,7 @@ You can use the GOV.UK Notify API to: * [retrieve the status of one notification](#get_single_notif) * [retrieve the status of all notifications](#get_all_notif) -

Send notifications

+

Send notifications: POST

To send a text notification: @@ -179,7 +179,7 @@ The response (status code 201) will be: where `id` is the unique identifier for the notification – you'll use this ID to retrieve the status of a notification. -

Retrieve notifications

+

Retrieve notifications: GET

To retrieve the status of a single text or email notification: