Sets the description of a chosen Skill.
The ID of the Skill you wish to modify.
The new description which will go under the chosen Skill.
FM_api('Skill_setDescription',[ 'id'=>'12345', 'description'=>'This is a test description.' ] );
If the "id" parameter is not set or has an integer value less than 1:
If the "description" parameter is not set or is empty:
Last updated 5 months ago
{'ok':1}
{'error':'missing or invalid parameter: id'}
{'error':'missing or invalid parameter: description'}