Skip to content

Commit 16c24a5

Browse files
authored
[docs] Remove unused callout
1 parent 66be6ff commit 16c24a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/saved-objects/import.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Import an index pattern and dashboard:
5757

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

6363
The `file.ndjson` file contains the following:

0 commit comments

Comments
 (0)