Update a saved object
Deprecated
Update the attributes for Kibana saved objects.
PUT
/api/saved_objects/{type}/{id}
curl \
--request PUT 'http://localhost:5622/api/saved_objects/{type}/{id}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: string"
Request examples
# Headers
kbn-xsrf: string
# Payload
{}
Response examples (200)
{}
Response examples (404)
{}
Response examples (409)
{}