[DOCS] Correct the request path for flush API docs (#49615)

This commit is contained in:
bellengao 2019-11-27 22:26:57 +08:00 committed by James Rodewig
parent 5ffb615b37
commit 2e0b079a16
1 changed files with 4 additions and 4 deletions

View File

@ -16,13 +16,13 @@ POST /twitter/_flush
[[flush-api-request]]
==== {api-request-title}
`POST /<index>/flush`
`POST /<index>/_flush`
`GET /<index>/flush`
`GET /<index>/_flush`
`POST /flush`
`POST /_flush`
`GET /flush`
`GET /_flush`
[[flush-api-desc]]