---
title: "POST /v1/tables/{id}"
method: POST
path: "/v1/tables/{id}"
tags: ["tables"]
---

# POST /v1/tables/{id}

`POST /v1/tables/{id}`

Update a table

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string
  - `trigger` 'ON_NEW_RECORD' | 'ON_UPDATE_RECORD'
  - `status` 'ENABLED' | 'DISABLED'
  - `folderId` string, nullable

## Response `200`

Default Response

---

[API](https://skmtc.dev/activepieces/apis/activepieces-documentation.md) · [All operations](https://skmtc.dev/activepieces/apis/activepieces-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/activepieces/activepieces-documentation/revisions/745e4b7f764a/schema)
