Creates a new Skill.
The name of the created Skill.
The set description to go with the new Skill.
FM_api('Skill_new',[ 'name'=>'testing', 'description'=>'test description' ] );
{'ok':1,'id':123}
If the "name" parameter is not set or is empty:
If the "name" parameter matches the name of an already existing Skill: (the ID of said existing Skill is also returned)
Last updated 5 months ago
{'error':'missing or invalid parameter: name'}
{'id':234,'error':'that skill already exists'}