_save
Parameters
id
name
url
Example
FM_api('Link_save', ['id' => '123456', 'name' => 'FieldMotion', 'url' => 'fieldmotion.com']);Result
On Success
On Not Logged In
Last updated
Creates a new Link, or updates an already existing one.
The ID of the Link. If the ID already exists, the corresponding Link will be updated. If not, a new Link will be created.
The name of the Link.
The URL of the Link.
FM_api('Link_save', ['id' => '123456', 'name' => 'FieldMotion', 'url' => 'fieldmotion.com']);Nothing.
Last updated
{'error':'Not logged in!'}