an attempted call to set FindMeFollowMe via the rest API fails, because the findmefollow_del function reports as undefined.
specifics:
a PUT to (server)/admin/api/api/rest/findmefollow/users/5136
fails with:
```
{
"error":
}
```
this attempts to call findmefollow_del() here:
https://github.com/FreePBX/findmefollow/blob/release/15.0/Api/Rest/Findmefollow.php#L45
which fails, as findmefollow_del does not exist in findmefollowme class:
https://github.com/FreePBX/findmefollow/blob/release/15.0/Findmefollow.class.php
- relates to
-
FREEPBX-23073 FindMeFollow API - must pass ALL params when adding
-
- Open
-