Update a saved object
Deprecated
Update the attributes for Kibana saved objects.
Responses
-
200 application/json; Elastic-Api-Version=2023-10-31
Indicates a successful call.
Additional properties are allowed.
-
404 application/json; Elastic-Api-Version=2023-10-31
Indicates the object was not found.
Additional properties are allowed.
-
409 application/json; Elastic-Api-Version=2023-10-31
Indicates a conflict error.
Additional properties are allowed.
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; Elastic-Api-Version=2023-10-31" \
--header "kbn-xsrf: string"
Request examples
# Headers
kbn-xsrf: string
# Payload
{}
Response examples (200)
{}
Response examples (404)
{}
Response examples (409)
{}