## Asset Update

### Asset ID

- **Type**: string (required)
- **Description**: The id of the asset

### Custom Field ID

- **Type**: string (required)
- **Description**: The id of the custom field

### Field Type Options

- **Single-select / Multi-select**
- **Plain-text / Date**

### Values

- **Type**: array of objects | null (required)
- **Description**: Values associated with the custom field

### Response

- **Status Code**: 204
- **Message**: Custom field updated successfully
- **Timestamp**: Updated 9 months ago

### cURL Request Example

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

### Additional Information
Click `Try It!` to start a request and see the response here!
