From 3d73e6d612daf84143f66ff776a160abdee2b1e6 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 14 Mar 2021 04:33:49 +1100 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cc848f..add6d59 100644 --- a/README.md +++ b/README.md @@ -91,11 +91,11 @@ Authorization: Bearer XXX "body": body //body of the article, optional } -status 200 on success, otherwise an error status +result: status 200 on success, otherwise an error status //remove an article from the news feed DELETE /news/:id Authorization: Bearer XXX -status 200 on success, otherwise an error status +//result: status 200 on success, otherwise an error status ```