update_dashboard
Change a dashboard's name and description by submitting its ID, a new unique name, and an optional description.
Instructions
Replace a dashboard's name and description (full PUT — name is required).
The API uses PUT with DashboardWrite: name is always required; description is optional (omitting it sets it to null on the server).
Args: dashboard_id: The dashboard id to update. name: New display name (1-200 characters, must be unique within tenant). description: New description; pass null/omit to clear it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| dashboard_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |