From 0cd0ff45f88be23f5c6de776e42888ec199de25e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:41:21 +0000 Subject: [PATCH] [8.8] [ESS][7.17-8.15] Update `timeline-api-import.asciidoc` (backport #6329) (#6338) (cherry picked from commit 6eb3fffe8654276ea2e273c7543ca13ef084228f) Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> --- docs/events/api/timeline-api-import.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/events/api/timeline-api-import.asciidoc b/docs/events/api/timeline-api-import.asciidoc index 4e86fb30c4..4e53150dba 100644 --- a/docs/events/api/timeline-api-import.asciidoc +++ b/docs/events/api/timeline-api-import.asciidoc @@ -34,7 +34,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" --------------------------------------------------