diff --git a/api.yaml b/api.yaml index d3cda8e..2015e32 100644 --- a/api.yaml +++ b/api.yaml @@ -47,6 +47,11 @@ paths: schema: type: string description: A RFC3339 formatted date to stop searching when articles are older than specified + - in: query + name: limit + schema: + type: integer + description: Limit of articles to return responses: 200: description: OK