Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.15] [docs] Remove experimental message from saved objects import and export apis (#202173) #202461

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Changes from 1 commit
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
36 changes: 32 additions & 4 deletions oas_docs/output/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8484,7 +8484,18 @@ paths:
You must include `type` or `objects` in the request body.


NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.
Exported saved objects are not backwards compatible and cannot be
imported into an older version of Kibana.


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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove this?

operationId: exportSavedObjectsDefault
parameters:
- $ref: '#/components/parameters/Saved_objects_kbn_xsrf'
Expand Down Expand Up @@ -8675,9 +8686,20 @@ paths:
- saved objects
/api/saved_objects/_import:
post:
description: |
Create sets of Kibana saved objects from a file created by the export API.
Saved objects can be imported only into the same version, a newer minor 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.
description: >
Create sets of Kibana saved objects from a file created by the export
API.

Saved objects can be imported only into the same version, a newer minor
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 @@ -8805,6 +8827,12 @@ paths:
* 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