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 305813b commit 49359bc
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 @@ -16,13 +16,13 @@ POST /twitter/_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 49359bc

Please sign in to comment.