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
.
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 \
-X PUT https://localhost:5601/api/saved_objects/{type}/{id} \
-H "Content-Type: application/json; Elastic-Api-Version=2023-10-31" \
-H "kbn-xsrf: string"
Request examples
# Headers
kbn-xsrf: string
# Payload
{}
Response examples (200)
{}
Response examples (404)
{}
Response examples (409)
{}