---
title: "Update custom table entry."
method: PUT
path: "/people/custom-tables/{employee_id}/{custom_table_id}/{entry_id}"
tags: ["Custom Tables"]
---

# Update custom table entry.

`PUT /people/custom-tables/{employee_id}/{custom_table_id}/{entry_id}`

Provide an array of columns and their values.  <br>**Important**: Although this is a PUT method, it behaves like a PATCH request, meaning you only need to send the fields you want to update, and any other fields will remain unchanged. <br> Values can be any of the <a href="https://apidocs.hibob.com/docs/fields-metadata#field-types">supported field types</a>.<br><br> **Note**: You can use **Examples > Request Example** option for a basic example, however, we recommend that you copy the endpoint to Postman and test more complicated structures using the JSON editor.

## Path parameters

- `employee_id` string, required
- `custom_table_id` string, required
- `entry_id` string, required

## Request body

- object[] — Array of column IDs and their values

## Response `200`

Entry updated successfully

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/revisions/0781ebbdda91/schema)
