From 5323d69c53df9b3543f3e16d997227744a1c8411 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Mon, 26 Feb 2024 10:12:04 +0800 Subject: [PATCH] MDL-81046 core: Add hook to apis list --- lib/apis.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/apis.json b/lib/apis.json index 8d91b221258..a47b3422a25 100644 --- a/lib/apis.json +++ b/lib/apis.json @@ -134,6 +134,11 @@ "allowedlevel2": true, "allowedspread": true }, + "hook": { + "component": "core", + "allowedlevel2": true, + "allowedspread": true + }, "lock": { "component": "core", "allowedlevel2": true, -- 2.11.4.GIT