saved objects
Create saved objects
Spaces method and path for this operation:
<div><span class="operation-verb post">post</span> <span class="operation-path">/s/{space_id}/api/saved_objects/_bulk_create</span></div>Refer to Spaces for more information.
WARNING: This API is deprecated. This is a legacy Saved Objects API and may be removed in a future version of Kibana.
Creates multiple Kibana saved objects in a single request.
For transferring or backing up saved objects, prefer the import and export APIs (POST /api/saved_objects/_import and POST /api/saved_objects/_export).
post/api/saved_objects/_bulk_create
Query parameters
overwriteboolean
Overwrite existing saved objects that match the same type and ID.
Headers
kbn-xsrfstring required
Example:true
A required header to protect against CSRF attacks
Request body
Response
A bulk create response.