# \_setCustomerReadable

Set Customer Readable field

### Parameters

#### id

File ID number

#### val

Val to set the file as readable by customer

### Example

```
FM_api('File_setCustomerReadable', ['id' => '1', 'val' => '0'] )
```

#### On Success

```
{"ok":1}
```
