---
title: "PUT /entities/v{version}/DbTables/{tableId}"
method: PUT
path: "/entities/v{version}/DbTables/{tableId}"
tags: ["Entities"]
---

# PUT /entities/v{version}/DbTables/{tableId}

`PUT /entities/v{version}/DbTables/{tableId}`

## Path parameters

- `tableId` integer, required
- `version` string, required

## Headers

- `company-id` string, required

## Request body

- EntitiesContractsCommandsUpdateDbTableCommand
  - `tableId` integer
  - `tableSchema` string, nullable
  - `tableName` string, nullable
  - `tableDescription` string, nullable
  - `isActive` boolean

## Response `200`

Success

- EntitiesContractsDtosDbTableDto
  - `tableId` integer
  - `tableSchema` string, nullable
  - `tableName` string, nullable
  - `tableDescription` string, nullable
  - `isActive` boolean

## Other responses

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

---

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