---
title: "Update DCI summary table"
method: PUT
path: "/v1/dci-summary-tables/{table-id}"
tags: ["DCI Summary Tables"]
---

# Update DCI summary table

`PUT /v1/dci-summary-tables/{table-id}`

Update an existing DCI summary table. Requires MANAGE_SUMMARY_TBLS access right.

## Path parameters

- `table-id` integer, required

## Request body

- SummaryTableInput — DCI summary table create/update request body
  - `title` string, required — Summary table title
  - `menuPath` string — Menu path for the summary table
  - `nodeFilter` string — NXSL filter script source
  - `flags` integer — Summary table flags
  - `tableDciName` string — Table DCI name (for table-based summary tables)
  - `columns` SummaryTableColumn[] — Column definitions
    - `name` string — Column display name
    - `dciName` string — DCI name to collect data from
    - `flags` integer — Column flags
    - `separator` string — Multi-value separator (default ";")

## Response `200`

Summary table updated successfully

## Other responses

- `400` — Invalid summary table ID or missing title field
- `401` — Unauthorized
- `403` — User does not have MANAGE_SUMMARY_TBLS access right
- `404` — Summary table not found
- `500` — Database failure

---

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