From 575e2e617ab523abdc978029ca509a782d7894d0 Mon Sep 17 00:00:00 2001 From: Valerie Coffman <2015436+valerierose@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:21:45 -0700 Subject: [PATCH] document priority mode for search (#205) --- src/v2/spec.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/v2/spec.yaml b/src/v2/spec.yaml index cd7c34a..2388151 100644 --- a/src/v2/spec.yaml +++ b/src/v2/spec.yaml @@ -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 @@ -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. @@ -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. @@ -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.