From 4a0e75da98e09db678adb412c6a9ae3060adc1e2 Mon Sep 17 00:00:00 2001 From: bytedream Date: Fri, 21 Jan 2022 22:40:41 +0100 Subject: [PATCH] Added authors and tags search parameters --- api.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/api.yaml b/api.yaml index beb6ba7..20cf874 100644 --- a/api.yaml +++ b/api.yaml @@ -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: