---
title: "Updates an existing layout node."
method: PUT
path: "/dash/v{version}/Dashboards/layout-nodes/{nodeId}"
tags: ["Dashboards"]
---

# Updates an existing layout node.

`PUT /dash/v{version}/Dashboards/layout-nodes/{nodeId}`

## Path parameters

- `nodeId` integer, required
- `version` string, required

## Headers

- `company-id` string, required

## Request body

- BilfloApiFeaturesDashboardsUpdateLayoutNodeRequest
  - `nodeType` string, nullable
  - `nodeOrder` integer
  - `title` string, nullable
  - `config` string, nullable
  - `width` integer, nullable
  - `height` integer, nullable
  - `widgetType` string, nullable

## Response `200`

Success

- DashboardsContractsModelsLayoutNodeDto
  - `nodeId` integer
  - `dashboardId` integer
  - `parentNodeId` integer, nullable
  - `nodeType` string, nullable
  - `nodeOrder` integer
  - `title` string, nullable
  - `config` string, nullable
  - `width` integer, nullable
  - `height` integer, nullable
  - `widgetType` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time, nullable
  - `children` DashboardsContractsModelsLayoutNodeDto[], nullable

## Other responses

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

---

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