Query parameters
-
overwrite
boolean When true, overwrites the document with the same identifier.
curl \
--request POST 'http://localhost:5622/api/saved_objects/_bulk_create' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: string" \
--data '[{}]'
# Headers
kbn-xsrf: string
# Payload
[
{}
]
{}
{
"error": "Bad Request",
"message": "string",
"statusCode": 400
}