---
title: "编辑 Dashboard"
method: PUT
path: "/inter-api/supos/uns/dashboard/"
tags: ["supos/uns/dashboard", "suposUnsDashboard"]
---

# 编辑 Dashboard

`PUT /inter-api/supos/uns/dashboard/`

## Request body

- DashboardDto
  - `createTime` string
  - `creator` string
  - `description` string
  - `groupId` string — 分组ID
  - `id` string
  - `jsonContent` string
  - `name` string, required
  - `needInit` boolean
  - `type` integer, required — 1-grafana 2-fuxa
  - `updateTime` string

## Response `200`

A successful response.

- object
  - `code` integer
  - `data` JsonResult
    - `code` integer, required
    - `data` object, required
    - `msg` string, required
  - `msg` string

---

[API](https://skmtc.net/freezonex/apis/untitled-api.md) · [All operations](https://skmtc.net/freezonex/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freezonex/untitled-api/versions/1837fd35a283/schema)
