Skip to content

Commit

Permalink
Make viewer_fid required in /v2/farcaster/followers/relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Oct 4, 2024
1 parent 12971f5 commit 8d1c9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6675,7 +6675,7 @@ paths:
$ref: "#/components/schemas/Fid"
- name: viewer_fid
in: query
required: false
required: true
description: The FID of the user to customize this response for. Providing this will also return a list of followers that respects this user's mutes and blocks and includes `viewer_context`.
schema:
$ref: "#/components/schemas/Fid"
Expand Down

0 comments on commit 8d1c9fd

Please sign in to comment.