_setDescription

Set the Description for a Vehicle.

Parameters

id

The ID of the Vehicle.

val

The Description to be set for the vehicle.

Example

FM_api('Vehicle_setDescription', ['id' => '123', 'val' => 'Test Description']);

Result

On Success

{'ok':1}

Last updated