summaryrefslogtreecommitdiff
path: root/requests.http
diff options
context:
space:
mode:
Diffstat (limited to 'requests.http')
-rw-r--r--requests.http8
1 files changed, 8 insertions, 0 deletions
diff --git a/requests.http b/requests.http
index c791503..6f76bbb 100644
--- a/requests.http
+++ b/requests.http
@@ -5,3 +5,11 @@ Content-Type: application/json
"content": "This is a comment. Hey man, sorry but this is\\na bad not word ok? No hard feelings.",
"domain": "localhost:5000"
}
+
+POST http://localhost:5000/comments/1/replies
+Content-Type: application/json
+{
+ "email": "awesome@example.org",
+ "content": "This is a reply to a comment",
+ "author": "Your secret fan"
+}