Skip to content

Commit

Permalink
reactionType
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Nov 6, 2024
1 parent 5b9d073 commit e62e180
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e62e180

Please sign in to comment.