# Custom Field

## Overview
To manage custom fields, you can use the API endpoint provided below.

### API Request
```bash
curl --request POST \
     --url https://api.air.inc/v1/customfields/customFieldId/values \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Response

#### HTTP Status Code
- `200`

#### Notes
- Updated 9 months ago.

### User Feedback
Did this page help you?
- Yes
- No

### Programming Language Variants
- Shell
- Node
- Ruby
- PHP
- Python
