## Custom Field Update

### Required Fields

- **customFieldId**  
  The id of the custom field to update

- **name**  
  Enter the name of the custom field.

- **description**  
  Provide a description of the custom field.

### Example Request

```bash
curl --request PATCH \
     --url https://api.air.inc/v1/customfields/customFieldId \
     --header 'content-type: application/json'
```

### Response Status Code

- `204`  
  Default response indicating that the request was successful.
