data views
Update a data view
Spaces method and path for this operation:
<div><span class="operation-verb post">post</span> <span class="operation-path">/s/{space_id}/api/data_views/data_view/{viewId}</span></div>Refer to Spaces for more information.
Update an existing data view. Only the fields provided in the request body are updated.
post/api/data_views/data_view/{viewId}
Path parameters
viewIdstring required
Example:ff959d40-b880-11e8-a6d9-e546fe2bba5f
An identifier for the data view.
Headers
kbn-xsrfstring required
Cross-site request forgery protection
Request body
Response
Indicates a successful call.
Example response
{
"data_view": {
"id": "ff959d40-b880-11e8-a6d9-e546fe2bba5f",
"version": "WzQ2LDJd"
}
}