From 2a57e8b53c0a5acaf4b13388bdcf7a9c720f2ffb Mon Sep 17 00:00:00 2001 From: Valerie Coffman <2015436+valerierose@users.noreply.github.com> Date: Sun, 22 Dec 2024 14:12:53 -0800 Subject: [PATCH] feat: filter channel feeds by fids (#270) Co-authored-by: Manan --- src/v2/spec.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/v2/spec.yaml b/src/v2/spec.yaml index 639d624..d689b5c 100644 --- a/src/v2/spec.yaml +++ b/src/v2/spec.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: Farcaster API V2 - version: "2.6.0" + version: "2.6.1" description: > The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. @@ -5826,6 +5826,14 @@ paths: schema: type: boolean default: true + - name: fids + in: query + description: Comma separated list of FIDs to filter the feed by, up to 10 at a time + required: false + schema: + type: string + x-comma-separated: true + x-accept-as: integer - name: limit in: query description: Number of results to fetch