_setType
Sets the Asset Type.
Parameters
id
The ID of the Asset.
value
The new Asset type you wish to set.
Example
FM_api('Asset_setType', ['id' => '123', 'val' => '1']);
Result
On Success
{'ok':1}
Last updated