Update a saved object
Deprecated
Update the attributes for Kibana saved objects.
PUT
/api/saved_objects/{type}/{id}
curl \
--request PUT 'https://localhost:5601/api/saved_objects/{type}/{id}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: string"