From 04035154143ab4a393fbc6177e2a9cd9e58d11c8 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sun, 28 Jan 2018 23:10:48 +0200 Subject: [PATCH] fix typo in rest description --- remark.rest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remark.rest b/remark.rest index d82a84fb..f9c94fe1 100644 --- a/remark.rest +++ b/remark.rest @@ -5,7 +5,7 @@ GET {{host}}/api/v1/find?site=remark&sort=time&format=tree&url=https://radio-t.c ### find request with plain GET {{host}}/api/v1/find?site=remark&sort=time&format=plain&url=https://radio-t.com/p/2017/12/16/podcast-576/ -### last 10 comments +### last 50 comments GET {{host}}/api/v1/last/50?site=remark ### create comment @@ -21,7 +21,7 @@ Content-Type: application/json }, "locator": { "url": "https://radio-t.com/blah1", - "site": "remark" + "site": "remark" } }