_setUrl
Set the Url for an Asset Type.
Parameters
id
The ID of the Asset which is Url will be set for.
id
The Url to be set for the Asste Type.
Example
FM_api('AssetType_setUrl', ['id' => '10', 'val' => 'www.fieldmotion.com']);
Result
On Success
{"ok":1}
Last updated