diff --git a/docs/events/api/timeline-api-import.asciidoc b/docs/events/api/timeline-api-import.asciidoc index 62419e5c9a..92ed9fa368 100644 --- a/docs/events/api/timeline-api-import.asciidoc +++ b/docs/events/api/timeline-api-import.asciidoc @@ -36,7 +36,7 @@ Imports the rules in the `timelines_export.ndjson` file: [source,console] -------------------------------------------------- -curl -X POST "api/detection_engine/rules/_import" +curl -X POST "api/timeline/_import" -H 'kbn-xsrf: true' -H 'Content-Type: multipart/form-data' --form "file=@timelines_export.ndjson" --------------------------------------------------