---
title: "edit datatable settings"
method: POST
path: "/w/{workspace}/workspaces/edit_datatable_config"
tags: ["workspace"]
---

# edit datatable settings

`POST /w/{workspace}/workspaces/edit_datatable_config`

## Path parameters

- `workspace` string, required

## Request body

- object
  - `settings` DataTableSettings, required
    - `datatables` object, required
  - `renames` object[] — data tables renamed in this save, so their migrations cascade
    - `from` string, required
    - `to` string, required
  - `deleted_datatables` string[] — data tables removed in this save, so their migrations are deleted

## Response `200`

status

- unknown

## Changes

> 176 revisions in range; 19 could not be searched.

- **2026-07-07** `d37a7fbeb3de` — 3 info
  - added the new optional request property `deleted_datatables`
  - added the new optional request property `renames`
  - added the new optional request property `settings/datatables/additionalProperties/migrations_enabled`

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/w/:workspace/workspaces/edit_datatable_config/post.md)

---

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