From e62e180545659202c372bd658d87d860ac7fb942 Mon Sep 17 00:00:00 2001 From: Shreyaschorge Date: Wed, 6 Nov 2024 17:24:44 +0530 Subject: [PATCH] reactionType --- src/v2/spec.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/v2/spec.yaml b/src/v2/spec.yaml index 229c20c..19dab97 100644 --- a/src/v2/spec.yaml +++ b/src/v2/spec.yaml @@ -7349,9 +7349,8 @@ paths: Customize which reaction types the request should search for. This is a comma-separated string that can include the following values: 'likes' and 'recasts'. By default api returns both. To select multiple types, use a comma-separated list of these values. required: true schema: - type: array - items: - $ref: "#/components/schemas/ReactionsType" + type: string + pattern: "^(likes,?|recasts,?|all,?)+$" example: "likes,recasts" - name: viewer_fid in: query