---
title: "Update a candidate custom field"
method: PUT
path: "/candidates/{candidate_id}/custom_fields/{custom_field_id}"
tags: ["Candidates"]
---

# Update a candidate custom field

`PUT /candidates/{candidate_id}/custom_fields/{custom_field_id}`

## Path parameters

- `candidate_id` number, required
- `custom_field_id` number, required

## Request body

- object
  - `value` string, required

## Response `204`

No Content

---

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