---
title: "PUT /v1/dashboards/widgets/{id}"
method: PUT
path: "/v1/dashboards/widgets/{id}"
tags: ["Dashboard"]
---

# PUT /v1/dashboards/widgets/{id}

`PUT /v1/dashboards/widgets/{id}`

## Path parameters

- `id` integer, required

## Request body

- unknown

## Response `200`

OK

- DashboardWidgetQueryResult
  - `totalItems` integer
  - `items` DashboardWidget[], nullable
    - `id` integer
    - `accountId` integer
    - `name` string, nullable
    - `jsonQuery` string, nullable
    - `dashboardId` integer

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.dev/infoset/apis/infoset-rest-api.md) · [All operations](https://skmtc.dev/infoset/apis/infoset-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infoset/infoset-rest-api/revisions/f5bc39a1ac15/schema)
