Skip to content

Conversation

@github-actions
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
@github-actions
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.

3 participants