Skip to content

Update rest-api-spec main #4831

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

Merged
merged 2 commits into from
Jul 8, 2025
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 8, 2025

As titled.

@github-actions github-actions bot requested a review from a team as a code owner July 8, 2025 04:13
@github-actions github-actions bot added skip-backport This pull request should not be backported specification labels Jul 8, 2025
Copy link
Contributor Author

github-actions bot commented Jul 8, 2025

Following you can find the validation changes against the target branch for the APIs.

No changes detected.

You can validate these APIs yourself by using the make validate target.

Comment on lines +155 to +161
/**
* Whether vectors should be excluded from _source
* @availability stack since=9.2.0
* @availability serverless
* @server_default false
*/
_source_exclude_vectors?: boolean
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jimczi My understanding is that those query parameters are not behind a feature flag, only the new mappings are. So the query parameter will end up in 9.2.0 and Serverless. Is that correct?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes that's correct.

/**
* Filter out results, for example to filter out sensitive information. Supports wildcards or full settings keys
*/
settings_filter?: string | string[]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I considered Names instead but @Anaethelion tells me that it's safer to start from an union and maybe move to Names or another similar type alias later.

@pquentin pquentin merged commit 3a98596 into main Jul 8, 2025
8 checks passed
@pquentin pquentin deleted the automated/rest-api-spec-update-main branch July 8, 2025 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-backport This pull request should not be backported specification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants