Create saved objects Deprecated
Query parameters
-
overwrite boolean
When true, overwrites the document with the same identifier.
POST /api/saved_objects/_bulk_create
curl \
-X POST https://localhost:5601/api/saved_objects/_bulk_create \
-H "Content-Type: application/json; Elastic-Api-Version=2023-10-31" \
-H "kbn-xsrf: string"
Request examples
# Headers
kbn-xsrf: string
# Payload
[
{}
]
Response examples (200)
{}
Response examples (400)
{
"error": "Bad Request",
"message": "string",
"statusCode": 400
}