mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
Document compatibilityMode
query string parameter in Resolve import errors
API. (#155696)
This commit is contained in:
parent
ff094ae1bb
commit
7112c286ab
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,12 @@ To resolve errors, you can:
|
|||
(Optional, boolean) Creates copies of the saved objects, regenerates each object ID, and resets the origin. When enabled during the
|
||||
initial import, also enable when resolving import errors.
|
||||
|
||||
`compatibilityMode`::
|
||||
(Optional, boolean) Applies various adjustments to the saved objects that are being imported to maintain compatibility between different {kib}
|
||||
versions. When enabled during the initial import, also enable when resolving import errors.
|
||||
+
|
||||
NOTE: This option cannot be used with the `createNewCopies` option.
|
||||
|
||||
[[saved-objects-api-resolve-import-errors-request-body]]
|
||||
==== Request body
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue