mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Created add, edit, remove location and edit, remove services to the v0 API and added their corresponding routes * Changed repeating code by adding a function that checks for missing parameters * Reduced the lines of add_service_for_host, modified a little more the missing fields function * Changed True and False to true and false, erased an unused var called $missing * Solved merged confict Deleted duplicate functions generated when solving merge conflicts * fixed more conficts Deleting duplicate entries produced by trying to solve a merge conflict * fixing more duplicate functions This merge conflict created more duplicates * Update api_functions.inc.php * Update api_functions.inc.php