diff --git a/public/openapi/read/recent/posts/term.yaml b/public/openapi/read/recent/posts/term.yaml index b8a5a3ab22..3a3bcfa7b4 100644 --- a/public/openapi/read/recent/posts/term.yaml +++ b/public/openapi/read/recent/posts/term.yaml @@ -9,6 +9,12 @@ get: schema: type: string 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: "200": description: ""