Body
Required
The Timelines to import as a readable stream.
-
isImmutable
string Whether the Timeline should be immutable
Values are
true
orfalse
.
Responses
-
200 application/json
Indicates the import of Timelines was successful.
-
400 application/json
Indicates the import of Timelines was unsuccessful because of an invalid file extension.
-
404 application/json
Indicates that we were unable to locate the saved object client necessary to handle the import.
-
409 application/json
Indicates the import of Timelines was unsuccessful.
POST
/api/timeline/_import
curl \
--request POST 'https://localhost:5601/api/timeline/_import' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"isImmutable":"true"}'