Skip to content

Commit

Permalink
feat: doc add description
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Feb 2, 2021
1 parent 8e85a28 commit cc560ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/openapi/read/recent/posts/term.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc560ca

Please sign in to comment.