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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Is your feature request related to a problem? Please describe.
indices
indexes
Describe the solution you'd like
/api/v1/indices
/api/v1/indexes
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
we could definitely have a redirect for instance.
Sorry, something went wrong.
Assigned to me on behalf of shimatar0 who offered to contribute.
Some more details: We want the routes in /api/v1/indices/XXX to redirect to the correct /api/v1/indexes/XXX
/api/v1/indices/XXX
/api/v1/indexes/XXX
redirect all /api/v1/indexes to /api/v1/indices ?
The other way around.
No branches or pull requests
Is your feature request related to a problem? Please describe.
indices
instead ofindexes
.Describe the solution you'd like
/api/v1/indices
an alias of/api/v1/indexes
.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: