mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Saved objects] Update import docs (#216658)
## Summary Close https://github.com/elastic/kibana/issues/159453 --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
2989154605
commit
4d65a1027c
8 changed files with 8 additions and 8 deletions
|
@ -41171,7 +41171,7 @@ paths:
|
|||
properties:
|
||||
file:
|
||||
description: |
|
||||
A file exported using the export API. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.
|
||||
A file exported using the export API. Changing the contents of the exported file in any way before importing it can cause errors, crashes or data loss. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.
|
||||
required: true
|
||||
responses:
|
||||
'200':
|
||||
|
|
|
@ -43840,7 +43840,7 @@ paths:
|
|||
properties:
|
||||
file:
|
||||
description: |
|
||||
A file exported using the export API. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.
|
||||
A file exported using the export API. Changing the contents of the exported file in any way before importing it can cause errors, crashes or data loss. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.
|
||||
required: true
|
||||
responses:
|
||||
'200':
|
||||
|
|
|
@ -683,7 +683,7 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"file": {
|
||||
"description": "A file exported using the export API. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.\n"
|
||||
"description": "A file exported using the export API. Changing the contents of the exported file in any way before importing it can cause errors, crashes or data loss. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.\n"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -463,7 +463,7 @@ paths:
|
|||
properties:
|
||||
file:
|
||||
description: |
|
||||
A file exported using the export API. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.
|
||||
A file exported using the export API. Changing the contents of the exported file in any way before importing it can cause errors, crashes or data loss. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.
|
||||
examples:
|
||||
importObjectsRequest:
|
||||
$ref: '#/components/examples/import_objects_request'
|
||||
|
|
|
@ -168,7 +168,7 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"file": {
|
||||
"description": "A file exported using the export API. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.\n"
|
||||
"description": "A file exported using the export API. Changing the contents of the exported file in any way before importing it can cause errors, crashes or data loss. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.\n"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -128,7 +128,7 @@ paths:
|
|||
properties:
|
||||
file:
|
||||
description: |
|
||||
A file exported using the export API. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.
|
||||
A file exported using the export API. Changing the contents of the exported file in any way before importing it can cause errors, crashes or data loss. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.
|
||||
examples:
|
||||
importObjectsRequest:
|
||||
$ref: '#/components/examples/import_objects_request'
|
||||
|
|
|
@ -2,4 +2,4 @@ type: object
|
|||
properties:
|
||||
file:
|
||||
description: |
|
||||
A file exported using the export API. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.
|
||||
A file exported using the export API. Changing the contents of the exported file in any way before importing it can cause errors, crashes or data loss. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.
|
|
@ -38,7 +38,7 @@ post:
|
|||
properties:
|
||||
file:
|
||||
description: |
|
||||
A file exported using the export API. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.
|
||||
A file exported using the export API. Changing the contents of the exported file in any way before importing it can cause errors, crashes or data loss. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.
|
||||
examples:
|
||||
importObjectsRequest:
|
||||
$ref: '../components/examples/import_objects_request.yaml'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue