Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust openapi for SavedSearchResponse #1267

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jcscottiii
Copy link
Collaborator

@jcscottiii jcscottiii commented Mar 11, 2025

This change optionally returns bookmark status and role (if the user is authenticated) when looking at a single or list of saved searches.

This data was already being returned by spanner but being discarded. This change modifies the adapter layer to read that data and return the bookmark status and role. (For an unauthenticated user, those values will be nil and not appear in the payload)

Other changes:

  • Removed unneeded query parameters.

This change optionally returns bookmark status and role (if the user is authenticated) when looking at
a single or list of saved searches.

This data was already being returned by spanner but being discarded. This change
modifies the adapter layer to read that data and return the bookmark status and role.
@jcscottiii jcscottiii requested review from jrobbins and KyleJu March 11, 2025 20:49
@jcscottiii jcscottiii marked this pull request as ready for review March 11, 2025 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants