Skip to content

Commit 8cb7086

Browse files
Stuart CamChristoph Büscher
Stuart Cam
authored and
Christoph Büscher
committed
[Docs] Fixed Indices information breaking changes (#27914)
1 parent f1f8dce commit 8cb7086

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/reference/migration/migrate_6_0/rest.asciidoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ Previously it was possible to execute `GET /_aliases,_mappings` or `GET
6666
/myindex/_settings,_alias` by separating multiple types of requests with commas
6767
in order to retrieve multiple types of information about one or more indices.
6868
This comma-separation for retrieving multiple pieces of information has been
69-
removed.. `GET /_all` can be used to retrieve all aliases, settings, and
70-
mappings for all indices. In order to retrieve only the mappings for an index,
71-
`GET /myindex/_mappings` (or `_aliases`, or `_settings`).
69+
removed. `GET /_all` can be used to retrieve all aliases, settings, and
70+
mappings for all indices.
71+
72+
In order to retrieve only the mapping for an index use:
73+
`GET /myindex/_mapping` (or `_alias` for a list of aliases, or `_settings` for the settings).
7274

7375
==== Requests to existing endpoints with incorrect HTTP verb now return 405 responses
7476

0 commit comments

Comments
 (0)