From 6b0195b70d610cc35412c636b23935ce07f07731 Mon Sep 17 00:00:00 2001 From: Shreyaschorge Date: Fri, 29 Dec 2023 12:59:04 +0530 Subject: [PATCH] Make channel_ids required --- src/v2/spec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/v2/spec.yaml b/src/v2/spec.yaml index 0400c4d..18ed239 100644 --- a/src/v2/spec.yaml +++ b/src/v2/spec.yaml @@ -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 @@ -1725,7 +1726,7 @@ paths: application/json: schema: $ref: "#/components/schemas/ChannelListResponse" - /farcaster/channel/search: + /farcaster/channel/search: get: tags: - Channel