Added authors and tags search parameters

This commit is contained in:
2022-01-21 22:40:41 +01:00
parent 0d117eedfb
commit 4a0e75da98

View File

@@ -124,6 +124,16 @@ paths:
schema:
type: string
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
name: limit
schema: