Skip to content

Commit

Permalink
document priority mode for search (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
valerierose authored Oct 2, 2024
1 parent 1042024 commit 575e2e6
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4214,6 +4214,13 @@ paths:
schema:
type: string
description: "Channel ID of the casts you want to search"
- name: priority_mode
in: query
required: false
schema:
type: boolean
default: false
description: When true, only returns search results from power badge users and users that the viewer follows (if viewer_fid is provided).
- name: limit
in: query
required: false
Expand Down Expand Up @@ -5708,7 +5715,7 @@ paths:
schema:
type: boolean
default: false
description: When true, only returns notifications from power badge users and users that the viewer follows.
description: When true, only returns notifications from power badge users and users that the viewer follows (if viewer_fid is provided).
- name: cursor
in: query
description: Pagination cursor.
Expand Down Expand Up @@ -5755,7 +5762,7 @@ paths:
schema:
type: boolean
default: false
description: When true, only returns notifications from power badge users and users that the viewer follows.
description: When true, only returns notifications from power badge users and users that the viewer follows (if viewer_fid is provided).
- name: cursor
in: query
description: Pagination cursor.
Expand Down Expand Up @@ -5802,7 +5809,7 @@ paths:
schema:
type: boolean
default: false
description: When true, only returns notifications from power badge users and users that the viewer follows.
description: When true, only returns notifications from power badge users and users that the viewer follows (if viewer_fid is provided).
- name: cursor
in: query
description: Pagination cursor.
Expand Down

0 comments on commit 575e2e6

Please sign in to comment.