You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 2nd PUT request above is invalid but it is still accepted/acknowledged by the engine. Would be nice to add some validation to the above use case to return an error.
The text was updated successfully, but these errors were encountered:
When a mapping is declared and the type is known from the uri
then the type can be skipped in the body (see elastic#4483). However,
there was no check if the given keys actually make a valid mapping.
closeselastic#5864
When a mapping is declared and the type is known from the uri
then the type can be skipped in the body (see elastic#4483). However,
there was no check if the given keys actually make a valid mapping.
closeselastic#5864
When a mapping is declared and the type is known from the uri
then the type can be skipped in the body (see #4483). However,
there was no check if the given keys actually make a valid mapping.
closes#5864closes#6093
The 2nd PUT request above is invalid but it is still accepted/acknowledged by the engine. Would be nice to add some validation to the above use case to return an error.
The text was updated successfully, but these errors were encountered: