Clarify legacy dashboard export docs (#216772)

Close https://github.com/elastic/kibana/issues/159453
This commit is contained in:
Jean-Louis Leysens 2025-04-02 14:44:08 +02:00 committed by GitHub
parent 3a0e251f55
commit f85da6b213
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ Import dashboards and corresponding saved objects.
[[dashboard-api-import-request-body]]
==== Request body
Use the complete response body from the <<dashboard-api-export, Export dashboard API>> as the request body. Do not manually construct a payload to the endpoint. The max payload size is determined by the `savedObjects.maxImportPayloadBytes` configuration key.
Use the complete response body from the <<dashboard-api-export, Export dashboard API>> as the request body. Do not manually construct a payload to the endpoint or change the contents of the export. The exported data should be treated as opaque: changing the export can result in unexpected errors or data loss. Note: The max payload size is determined by the `savedObjects.maxImportPayloadBytes` configuration key.
[[dashboard-api-import-response-body]]
==== Response body