Skip to content

Commit

Permalink
Make channel_ids required
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Dec 29, 2023
1 parent 733d989 commit 6b0195b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,7 @@ paths:
- $ref: "#/components/parameters/ApiKey"
- name: channel_ids
in: query
required: true
schema:
type: string
description: comma separated list of channel ids e.g. neynar,farcaster
Expand Down Expand Up @@ -1725,7 +1726,7 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/ChannelListResponse"
/farcaster/channel/search:
/farcaster/channel/search:
get:
tags:
- Channel
Expand Down

0 comments on commit 6b0195b

Please sign in to comment.