Skip to content

Commit

Permalink
[DOCS] Correct the request path for flush API docs (#49615)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaobinlong authored and jrodewig committed Nov 27, 2019
1 parent a8ac825 commit e50001f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/reference/indices/flush.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,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]]
Expand Down

0 comments on commit e50001f

Please sign in to comment.