Compare commits

..

1 Commits

Author SHA1 Message Date
Kayne Ruse 3d73e6d612 Updated README.md 2021-03-14 04:33:49 +11:00
+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
``` ```