[DOCS] Remove `force` as valid value for `version_type` (#53428)

The `force` value for the `version_type` parameter was deprecated in 6.8.

This removes the value from the parameter definition.
This commit is contained in:
Ryan Earle 2020-03-16 16:41:05 -04:00 committed by James Rodewig
parent 531cd5aaa4
commit b4e203a735
1 changed files with 1 additions and 1 deletions

View File

@ -937,7 +937,7 @@ end::segment-version[]
tag::version_type[]
`version_type`::
(Optional, enum) Specific version type: `internal`, `external`,
`external_gte`, `force`.
`external_gte`.
end::version_type[]
tag::wait_for_active_shards[]