[DOCS] Fix type exists API request example (#65574)

This commit is contained in:
Dody Suria Wijaya 2020-12-01 01:45:46 +07:00 committed by GitHub
parent 02ed90b54a
commit d14dcfc473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ HEAD my-index-000001/_mapping/message
[[indices-types-exists-api-request]]
==== {api-request-title}
`HEAD /<index>/mapping/<type>`
`HEAD /<index>/_mapping/<type>`
[[indices-types-exists-api-path-params]]