diff --git a/packages/core/saved-objects/docs/openapi/bundled.json b/packages/core/saved-objects/docs/openapi/bundled.json index 703af794e2ca4..4a62a21f8dbc2 100644 --- a/packages/core/saved-objects/docs/openapi/bundled.json +++ b/packages/core/saved-objects/docs/openapi/bundled.json @@ -384,7 +384,7 @@ }, "/api/saved_objects/_export": { "post": { - "summary": "Export saved objects", + "summary": "Export saved objects in default space", "operationId": "exportSavedObjectsDefaultSpace", "description": "Retrieve sets of saved objects that you want to import into Kibana.\nYou must include `type` or `objects` in the request body.\n\nNOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.\n\nThis 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.\n", "tags": [ @@ -610,7 +610,7 @@ }, "/api/saved_objects/_import": { "post": { - "summary": "Import saved objects", + "summary": "Import saved objects in default space", "operationId": "importSavedObjectsDefaultSpace", "description": "Creates sets of Kibana saved objects from a file created by the export API.\nSaved 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.\n\nThis 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.\n", "tags": [ diff --git a/packages/core/saved-objects/docs/openapi/bundled.yaml b/packages/core/saved-objects/docs/openapi/bundled.yaml index 4ea4533408f08..59c3481a3034d 100644 --- a/packages/core/saved-objects/docs/openapi/bundled.yaml +++ b/packages/core/saved-objects/docs/openapi/bundled.yaml @@ -252,7 +252,7 @@ paths: $ref: '#/components/schemas/400_response' /api/saved_objects/_export: post: - summary: Export saved objects + summary: Export saved objects in default space operationId: exportSavedObjectsDefaultSpace description: | Retrieve sets of saved objects that you want to import into Kibana. @@ -394,7 +394,7 @@ paths: $ref: '#/components/schemas/400_response' /api/saved_objects/_import: post: - summary: Import saved objects + summary: Import saved objects in default space operationId: importSavedObjectsDefaultSpace description: | Creates sets of Kibana saved objects from a file created by the export API. diff --git a/packages/core/saved-objects/docs/openapi/bundled_serverless.json b/packages/core/saved-objects/docs/openapi/bundled_serverless.json index e300be705f471..58c3243e18d60 100644 --- a/packages/core/saved-objects/docs/openapi/bundled_serverless.json +++ b/packages/core/saved-objects/docs/openapi/bundled_serverless.json @@ -31,7 +31,7 @@ "paths": { "/api/saved_objects/_export": { "post": { - "summary": "Export saved objects", + "summary": "Export saved objects in default space", "operationId": "exportSavedObjectsDefaultSpace", "description": "Retrieve sets of saved objects that you want to import into Kibana.\nYou must include `type` or `objects` in the request body.\n\nNOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.\n\nThis 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.\n", "tags": [ @@ -89,7 +89,7 @@ }, "/api/saved_objects/_import": { "post": { - "summary": "Import saved objects", + "summary": "Import saved objects in default space", "operationId": "importSavedObjectsDefaultSpace", "description": "Creates sets of Kibana saved objects from a file created by the export API.\nSaved 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.\n\nThis 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.\n", "tags": [ diff --git a/packages/core/saved-objects/docs/openapi/bundled_serverless.yaml b/packages/core/saved-objects/docs/openapi/bundled_serverless.yaml index cf76a9370c0db..8d3a4dfc2dea3 100644 --- a/packages/core/saved-objects/docs/openapi/bundled_serverless.yaml +++ b/packages/core/saved-objects/docs/openapi/bundled_serverless.yaml @@ -18,7 +18,7 @@ tags: paths: /api/saved_objects/_export: post: - summary: Export saved objects + summary: Export saved objects in default space operationId: exportSavedObjectsDefaultSpace description: | Retrieve sets of saved objects that you want to import into Kibana. @@ -59,7 +59,7 @@ paths: $ref: '#/components/schemas/400_response' /api/saved_objects/_import: post: - summary: Import saved objects + summary: Import saved objects in default space operationId: importSavedObjectsDefaultSpace description: | Creates sets of Kibana saved objects from a file created by the export API. diff --git a/packages/core/saved-objects/docs/openapi/paths/api@saved_objects@_export.yaml b/packages/core/saved-objects/docs/openapi/paths/api@saved_objects@_export.yaml index 6aafbc1d843d3..ae940b02dd987 100644 --- a/packages/core/saved-objects/docs/openapi/paths/api@saved_objects@_export.yaml +++ b/packages/core/saved-objects/docs/openapi/paths/api@saved_objects@_export.yaml @@ -1,5 +1,5 @@ post: - summary: Export saved objects + summary: Export saved objects in default space operationId: exportSavedObjectsDefaultSpace description: | Retrieve sets of saved objects that you want to import into Kibana. diff --git a/packages/core/saved-objects/docs/openapi/paths/api@saved_objects@_import.yaml b/packages/core/saved-objects/docs/openapi/paths/api@saved_objects@_import.yaml index f0a2880ab801e..9534950179486 100644 --- a/packages/core/saved-objects/docs/openapi/paths/api@saved_objects@_import.yaml +++ b/packages/core/saved-objects/docs/openapi/paths/api@saved_objects@_import.yaml @@ -1,5 +1,5 @@ post: - summary: Import saved objects + summary: Import saved objects in default space operationId: importSavedObjectsDefaultSpace description: | Creates sets of Kibana saved objects from a file created by the export API.