# Custom Field Update

## Custom Field ID

This field is required to specify the custom field you want to update.

## HTTP Request

```shell
curl --request GET \
     --url https://api.air.inc/v1/customfields/customFieldId \
     --header 'accept: application/json'
```

## Responses

### 200 Default

This indicates a successful request.

### Example Response

```json
{
  "status": "Updated",
  "timestamp": "9 months ago"
}
```

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

---

Choose a programming language:
- Shell
- Node
- Ruby
- PHP
- Python

Click `Try It!` to start a request and see the response here! Or choose an example.
