From cc560ca3f95af4ab841d96f9604aabbe89c23b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 1 Feb 2021 22:08:56 -0500 Subject: [PATCH] feat: doc add description --- public/openapi/read/recent/posts/term.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/openapi/read/recent/posts/term.yaml b/public/openapi/read/recent/posts/term.yaml index 3a3bcfa7b4..6076358742 100644 --- a/public/openapi/read/recent/posts/term.yaml +++ b/public/openapi/read/recent/posts/term.yaml @@ -8,7 +8,8 @@ get: required: true schema: type: string - example: day, week, month. If not passed the latest posts will be returned without limiting by date. + example: /api/recent/posts/day + description: term is used to limit the returned posts to a specific term. Valid values are day, week, month. If you don't pass it in all posts will be returned. - name: page in: query required: false