We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While working on testing the request converter I have found that some of the examples that were added recently have errors.
ClusterPutComponentTemplate1 The template parameter should not be null, the settings and mappings parameters are not accepted by the server.
ClusterPutComponentTemplate1
template
settings
mappings
indicesPutTemplateRequestExample1 The properties parameter is not accepted by the server.
indicesPutTemplateRequestExample1
properties
ReloadSearchAnalyzersRequestExample1 This GET request does not accept a body, the arguments should be passed in the query string.
ReloadSearchAnalyzersRequestExample1
GET
UpdateTransformRequestExample1 The pivot parameter is not accepted by the server.
UpdateTransformRequestExample1
pivot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While working on testing the request converter I have found that some of the examples that were added recently have errors.
ClusterPutComponentTemplate1
The
template
parameter should not be null, thesettings
andmappings
parameters are not accepted by the server.indicesPutTemplateRequestExample1
The
properties
parameter is not accepted by the server.ReloadSearchAnalyzersRequestExample1
This
GET
request does not accept a body, the arguments should be passed in the query string.UpdateTransformRequestExample1
The
pivot
parameter is not accepted by the server.The text was updated successfully, but these errors were encountered: