Update saved objects
Deprecated
Spaces method and path for this operation:
post /s/{space_id}/api/saved_objects/_bulk_update
Refer to Spaces for more information.
Update the attributes for multiple Kibana saved objects.
POST
/api/saved_objects/_bulk_update
curl \
--request POST 'https://localhost:5601/api/saved_objects/_bulk_update' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: string" \
--data '[{}]'