Added authors and tags search parameters
This commit is contained in:
10
api.yaml
10
api.yaml
@@ -124,6 +124,16 @@ 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: authors
|
||||||
|
schema:
|
||||||
|
type: array
|
||||||
|
description: Ids of authors to limit the search
|
||||||
|
- in: query
|
||||||
|
name: tags
|
||||||
|
schema:
|
||||||
|
type: array
|
||||||
|
description: Ids of tags to limit the search
|
||||||
- in: query
|
- in: query
|
||||||
name: limit
|
name: limit
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Reference in New Issue
Block a user