# Update

Launch stage: Public Preview

`PUT /api/2.0/marketplace-provider/analytics_dashboard/{id}`

Update provider analytics dashboard.

API scopes: marketplace

## Path parameters

- `id` (string, optional)
  id is immutable property and can't be updated.

## Request body

- `version` (int64, optional)
  this is the version of the dashboard template we want to update our user to
   current expectation is that it should be equal to latest version of the dashboard template

## Returns

- `id` (string, optional)
  id & version should be the same as the request
- `version` (int64, optional)
- `dashboard_id` (string, optional)
  this is newly created Lakeview dashboard for the user

## Response

```json
{
  "id": "string",
  "version": 0,
  "dashboard_id": "string"
}
```

