diff options
-rw-r--r-- | db/services.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/db/services.php b/db/services.php index cd13ec1..cb8941d 100644 --- a/db/services.php +++ b/db/services.php @@ -49,6 +49,14 @@ $functions = array( "type" => "read" ), + "local_webhooks_get_list_events" => array( + "classname" => "local_webhooks_external", + "methodname" => "get_list_events", + "classpath" => "local/webhooks/externallib.php", + "description" => "Get a list of all system events.", + "type" => "read" + ), + "local_webhooks_create_record" => array( "classname" => "local_webhooks_external", "methodname" => "create_record", |