---
title: "Reorder the default order that columns in a table will appear"
method: POST
path: "/v1/org/{orgId}/table/{tableId}/reorder"
tags: ["table"]
---

# Reorder the default order that columns in a table will appear

`POST /v1/org/{orgId}/table/{tableId}/reorder`

## Path parameters

- `orgId` string, required
- `tableId` string, required

## Request body

- ReorderColumns
  - `columns` string[], required

## Response `204`

no content

## Other responses

- `400` — invalid data
- `401` — not authorized
- `403` — permission denied
- `404` — org not found

---

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