From a96e7d9344e390ded66282533ab57c3cbe66fef5 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 30 Dec 2021 13:52:13 +0000 Subject: [PATCH] Updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 138ef2b..83105df 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ GET /news/archive/:id "title": title, //title of the article "author": author, //author of the aricle "body": body, //body of the article + "rendered": rendered //body rendered as HTML "edits": edits //number of times this article has been edited "createdAt": createdAt //time created "updatedAt": updatedAt //time updated