feat: add doc for query param

v1.18.x
Barış Soner Uşaklı 4 years ago
parent fffdc4e0ca
commit ed11e17129

@ -9,6 +9,12 @@ get:
schema: schema:
type: string type: string
example: day, week, month. If not passed the latest posts will be returned without limiting by date. example: day, week, month. If not passed the latest posts will be returned without limiting by date.
- name: page
in: query
required: false
schema:
type: number
example: page=1
responses: responses:
"200": "200":
description: "" description: ""

Loading…
Cancel
Save