-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Put mapping results in 400 #7995
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
Labels
Comments
Hi @R0boC0p, thanks for reporting! This is probably a specification issue where a property is incorrectly typed as "single or many" instead of just "array". |
any update on a fix for this? |
I've also encountered this issue. Here is the workaround. |
Duplicate of #7968 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Elastic.Clients.Elasticsearch version: Elastic.Clients.Elasticsearch 8.11.0
Elasticsearch version: 8.11.1
.NET runtime version: 8.0.100
Operating system version: Windows 10
Description of the problem including expected versus actual behavior:
I am trying to update a dynamic template using the elastic-search-client in version 8 and being provided with a 400 error. Setting the same
dynamic-template
via the create index works flawlessly.Steps to reproduce:
Expected behavior
The client should send the request in an acceptable format.
**Provide
DebugInformation
**:The text was updated successfully, but these errors were encountered: