[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:
parent
531cd5aaa4
commit
b4e203a735
|
@ -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[]
|
||||
|
|
Loading…
Reference in New Issue