---
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 ";")
  - `acl` integer[] — IDs of users and groups allowed to use this summary table. If omitted on creation, the table is made accessible to everyone; if omitted on update, existing access list is left unchanged.

## 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

## Changes

- **2026-09-04** `d69f2d84d4c3` — 1 info
  - added the new optional request property `acl`

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/dci-summary-tables/:table-id/put.md)

---

[API](https://skmtc.dev/netxms/apis/netxms-api.md) · [All operations](https://skmtc.dev/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc.dev/netxms/apis/netxms-api/revisions/cb557661b518?raw)
