Skip to content

Commit

Permalink
Switch variable syntax from <variable> to {variable}
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Jul 10, 2019
1 parent 0d55000 commit 4e01d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/indices/get-mapping.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GET /twitter/_mapping
[[indices-get-mapping-request]]
=== {api-request-title}

`GET /<index>/_mapping`
`GET /{index}/_mapping`

[float]
[[indices-get-mapping-desc]]
Expand All @@ -39,7 +39,7 @@ details, please see <<removal-of-types>>.
[[indices-get-mapping-path-params]]
=== {api-path-parms-title}

`<index>` (Optional)::
`{index}` (Optional)::
+
--
(string) Comma-separated list or wildcard expression of index names for which to
Expand Down

0 comments on commit 4e01d52

Please sign in to comment.