Skip to content

Commit

Permalink
[DOCS] Fix synced flush request typos (#67446)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Jan 13, 2021
1 parent 3ccd8ef commit 57a3080
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/reference/indices/synced-flush.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ POST /my-index-000001/_flush/synced
[[synced-flush-api-request]]
==== {api-request-title}

`POST /<index>/flush/synced`
`POST /<index>/_flush/synced`

`GET /<index>/flush/synced`
`GET /<index>/_flush/synced`

`POST /flush/synced`
`POST /_flush/synced`

`GET /flush/synced`
`GET /_flush/synced`


[[synced-flush-api-desc]]
Expand Down

0 comments on commit 57a3080

Please sign in to comment.