Update a saved object
Deprecated
Update the attributes for Kibana saved objects.
Path parameters
-
An identifier for the saved object.
-
Valid options include
visualization
,dashboard
,search
,index-pattern
,config
.
PUT
/api/saved_objects/{type}/{id}
curl \
--request PUT 'http://localhost:5601/api/saved_objects/{type}/{id}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: string"