Updated README.md

This commit is contained in:
2021-03-14 04:33:49 +11:00
parent da62d64727
commit 3d73e6d612
+2 -2
View File
@@ -91,11 +91,11 @@ Authorization: Bearer XXX
"body": body //body of the article, optional "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 //remove an article from the news feed
DELETE /news/:id DELETE /news/:id
Authorization: Bearer XXX Authorization: Bearer XXX
status 200 on success, otherwise an error status //result: status 200 on success, otherwise an error status
``` ```