Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions oas_docs/output/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8490,12 +8490,6 @@ paths:

NOTE: The `savedObjects.maxImportExportSize` configuration setting
limits the number of saved objects which may be exported.


This functionality is in technical preview and may be changed or removed
in a future release. Elastic will work to fix any issues, but features
in technical preview are not subject to the support SLA of official GA
features.
operationId: exportSavedObjectsDefault
parameters:
- $ref: '#/components/parameters/Saved_objects_kbn_xsrf'
Expand Down Expand Up @@ -8694,12 +8688,6 @@ paths:
on the same major, or the next major. Exported saved objects are not
backwards compatible and cannot be imported into an older version of
Kibana.


This functionality is in technical preview and may be changed or removed
in a future release. Elastic will work to fix any issues, but features
in technical preview are not subject to the support SLA of official GA
features.
operationId: importSavedObjectsDefault
parameters:
- $ref: '#/components/parameters/Saved_objects_kbn_xsrf'
Expand Down Expand Up @@ -8818,21 +8806,12 @@ paths:
--form file=@file.ndjson
/api/saved_objects/_resolve_import_errors:
post:
description: >
description: |
To resolve errors from the Import objects API, you can:


* Retry certain saved objects

* Overwrite specific saved objects

* Change references to different saved objects


This functionality is in technical preview and may be changed or removed
in a future release. Elastic will work to fix any issues, but features
in technical preview are not subject to the support SLA of official GA
features.
operationId: resolveImportErrors
parameters:
- $ref: '#/components/parameters/Saved_objects_kbn_xsrf'
Expand Down