---
title: "Reorder fields"
method: POST
path: "/tables/fields/{dbId}/{tableId}/reorder"
tags: ["Data Dictionary"]
---

# Reorder fields

`POST /tables/fields/{dbId}/{tableId}/reorder`

Update the display order of fields in the data dictionary.

## Path parameters

- `dbId` string, required
- `tableId` string, required

## Request body

- object — Object with field names as keys and order numbers as values

## Response `200`

successful operation

- object
  - `status` string
  - `updated` integer — Number of fields updated

## Changes

- **2025-12-01** `c9fac12336ea` — 1 info
  - endpoint added
- **2023-12-21** `1451f79c7f04` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ihsn/apis/data-tables/changes/tables/fields/:dbId/:tableId/reorder/post.md)

---

[API](https://skmtc.dev/ihsn/apis/data-tables.md) · [All operations](https://skmtc.dev/ihsn/apis/data-tables/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ihsn/data-tables/revisions/6fb7730a430d/schema)
