Skip to content

Commit

Permalink
More edits to operation summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jun 4, 2024
1 parent 5ed720f commit 266fc0b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/core/saved-objects/docs/openapi/bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions packages/core/saved-objects/docs/openapi/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 266fc0b

Please sign in to comment.