Added limit query parameter to search
This commit is contained in:
5
api.yaml
5
api.yaml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user