Open
Description
Was the documentation helpful?
Yes
What documentation page is affected
There is some error in the page => https://www.elastic.co/docs/api/doc/kibana/v8/operation/operation-importsavedobjectsdefault
Description
The curl command should indicate that the destination space of the saved object import can be customized like this
/s/<space name/leave empty for default>/api/saved_objects/
And the curl command have an invalid parameter
--form file=@file.ndjson
where it should be
-F file=@"$ndjson_file"
ES_FEEDBACK_ID: uFoFdJIBWCMSeP1oFoEF