Document compatibilityMode query string parameter in Resolve import errors API. (#155696)

This commit is contained in:
Aleh Zasypkin 2023-04-25 17:36:31 +02:00 committed by GitHub
parent ff094ae1bb
commit 7112c286ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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