Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the type for "slices" in the Delete By Query REST API specificati…
…on (#51792) (#51793) The previous patch in c1d9966 incorrectly set the `type` to `number|auto`, which is incorrect — the "polymorphic" type, denoted with the `|` sign, should contain only other types, ie. number, string, bool, etc. Fixes #51535 (cherry picked from commit 68db7fc)
- Loading branch information