Added limit query parameter to search

This commit is contained in:
2021-12-12 13:49:51 +01:00
parent 8f4b52f626
commit b2e125f536

View File

@@ -47,6 +47,11 @@ paths:
schema: schema:
type: string type: string
description: A RFC3339 formatted date to stop searching when articles are older than specified 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: responses:
200: 200:
description: OK description: OK