For the complete documentation index, see llms.txt. This page is also available as Markdown.

_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}

Last updated