Skip to content

Commit

Permalink
feat: filter channel feeds by fids (#270)
Browse files Browse the repository at this point in the history
Co-authored-by: Manan <[email protected]>
  • Loading branch information
valerierose and manan19 authored Dec 22, 2024
1 parent 7c80bcd commit 2a57e8b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/v2/spec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2a57e8b

Please sign in to comment.