From a68882140b93fd3a7b1e11ee77c13d9931a7083a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 19 Feb 2018 13:38:27 +0400 Subject: An external service search function is declared --- db/services.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/db/services.php b/db/services.php index cb8941d..c0eedf1 100644 --- a/db/services.php +++ b/db/services.php @@ -33,6 +33,14 @@ $functions = array( "type" => "write" ), + "local_webhooks_search_services_by_event" => array( + "classname" => "local_webhooks_external", + "methodname" => "search_services_by_event", + "classpath" => "local/webhooks/externallib.php", + "description" => "Search for services that contain the specified event.", + "type" => "read" + ), + "local_webhooks_get_record" => array( "classname" => "local_webhooks_external", "methodname" => "get_record", -- cgit v1.2.3