---
title: "Update table"
method: PATCH
path: "/public/v1/tables/{name}"
tags: ["Tables"]
---

# Update table

`PATCH /public/v1/tables/{name}`

Updates display name, emoji, color, or description. Requires a USER API key with edit access to the table (admins/owners, the table's creator, or FULL_ACCESS sharing).

## Path parameters

- `name` string, required

## Request body

- object
  - `displayName` string
  - `emoji` string
  - `icon_color` string
  - `iconColor` string
  - `description` string

## Response `200`

Updated table

- object
  - `ok` true, required
  - `data` object, required
    - `id` number, required
    - `name` string, required
    - `display_name` string, required
    - `type` 'table' | 'object', required
    - `custom` boolean, required
    - `created_at` string, nullable, required
    - `updated_at` string, nullable, required
    - `description` string
    - `emoji` string
    - `icon_color` string
    - `field_count` number

## Other responses

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

---

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