---
title: "POST /schema/tables/{table}/columns/{column}/enum-cases"
method: POST
path: "/schema/tables/{table}/columns/{column}/enum-cases"
---

# POST /schema/tables/{table}/columns/{column}/enum-cases

`POST /schema/tables/{table}/columns/{column}/enum-cases`

add an enum case to given column of given table
return the id of the enum

## Path parameters

- `table` string, required
- `column` string, required

## Request body

- object
  - `enumCases` string[]

## Response `200`

AddEnumCaseResponse represents AddEnumCase response.

- integer[]

## Other responses

- `default` — ErrorResponse represents error response.

---

[API](https://skmtc.net/uber/apis/provide-the-restful-apis-to-interact-with-aresdb.md) · [All operations](https://skmtc.net/uber/apis/provide-the-restful-apis-to-interact-with-aresdb/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uber/provide-the-restful-apis-to-interact-with-aresdb/revisions/d18a58e88958/schema)
