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
Some APIs support the same parameter both in the url and in the querystring. The current implementation of the documentation generator does not take into account this, and as result some APIs will have duplicated parameters in the description (see bulk or scroll for example).
The text was updated successfully, but these errors were encountered:
Hello @alemagio, sorry for the delay!
I'm in the process of updating the code generator to use the new spec adopted in the Elasticsearch repository, with that I'll probably fix also this issue as well.
Some APIs support the same parameter both in the url and in the querystring. The current implementation of the documentation generator does not take into account this, and as result some APIs will have duplicated parameters in the description (see
bulk
orscroll
for example).The text was updated successfully, but these errors were encountered: