Update saved objects
Deprecated
Update the attributes for multiple Kibana saved objects.
POST
/api/saved_objects/_bulk_update
curl \
--request POST 'http://localhost:5601/api/saved_objects/_bulk_update' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: string" \
--data '[{}]'