---
title: "Update a company custom field"
method: PUT
path: "/companies/{company_id}/custom_fields/{custom_field_id}"
tags: ["Companies"]
---

# Update a company custom field

`PUT /companies/{company_id}/custom_fields/{custom_field_id}`

## Path parameters

- `company_id` number, required
- `custom_field_id` number, required

## Request body

- object
  - `value` string, required

## Response `204`

No Content

---

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