Browse Source

[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.
Ryan Earle 5 years ago
parent
commit
12e24852af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/rest-api/common-parms.asciidoc

+ 1 - 1
docs/reference/rest-api/common-parms.asciidoc

@@ -922,7 +922,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[]