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
.
curl \
--request PUT https://localhost:5601/api/saved_objects/{type}/{id} \
--header "Content-Type: application/json" \
--header "kbn-xsrf: string"
# Headers
kbn-xsrf: string
# Payload
{}
{}
{}
{}