From ba9e968b330d594046abc63eee5fbc1da62b8956 Mon Sep 17 00:00:00 2001 From: catherineheywood Date: Thu, 5 May 2016 11:56:06 +0100 Subject: [PATCH] Line break in table --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index e4d8e1149..d350762b7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -320,7 +320,7 @@ GET /notifications?&page=2 Error code | Body | Meaning --- | --- | --- -401 | {"result": "error", "message": "Unauthorized, authentication token must be provided"} | Authorisation header is missing from request +401 | {"result": "error",
"message": "Unauthorized, authentication token must be provided"} | Authorisation header is missing from request 401 | {"result": "error", "message": "Unauthorized, authentication bearer scheme must be used"} | Authorisation header is missing bearer 403 | {"result": "error", "message": "Invalid token: signature"} | Unable to decode the JSON Web Token signature, due to missing claims 403 | {"result": "error", "message": "Invalid credentials"} | Service ID in the `iss` claim is incorrect, or no valid API key for Service ID