---
title: "/customfields/:customFieldId:"
method: PATCH
path: "/v1/customfields/{customFieldId}"
tags: ["Custom Fields"]
---

# /customfields/:customFieldId:

`PATCH /v1/customfields/{customFieldId}`

Update one or more properties on a custom field

**Body**

- name - the name of the custom field
- description - the description of the custom field
    

\*`type` is immutable due to workflows being built on top of custom fields

## Request body

- object
  - `name` string
  - `description` string

## Response `204`

Default

---

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