Skip to content

Commit

Permalink
[docs] Remove unused callout (#56032)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Jan 28, 2020
1 parent 1504e83 commit 3db8cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/saved-objects/import.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Import an index pattern and dashboard:

[source,js]
--------------------------------------------------
$ curl -X POST "localhost:5601/api/saved_objects/_import" -H "kbn-xsrf: true" --form file=@file.ndjson <1>
$ curl -X POST "localhost:5601/api/saved_objects/_import" -H "kbn-xsrf: true" --form file=@file.ndjson
--------------------------------------------------

The `file.ndjson` file contains the following:
Expand Down

0 comments on commit 3db8cb3

Please sign in to comment.