_setNotes
Parameters
fileId
notes
Example
FM_api('File_setNotes',[
'fileId'=>'427152',
'notes'=>'test note
test note line 2'
]);On Success
{"ok":1}On Failure
Last updated
FM_api('File_setNotes',[
'fileId'=>'427152',
'notes'=>'test note
test note line 2'
]);{"ok":1}Last updated
{"error":"missing or invalid parameter: notes"}{"error":"file not found"}