From 7caed239dfc12c1932908bf3a81a629efe515e80 Mon Sep 17 00:00:00 2001 From: Sam Machin Date: Fri, 16 Jan 2026 17:43:46 +0000 Subject: [PATCH] add statusHook to redirect --- specs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specs.json b/specs.json index 00131dd..0cf287b 100644 --- a/specs.json +++ b/specs.json @@ -550,7 +550,8 @@ "redirect": { "properties": { "id": "string", - "actionHook": "object|string" + "actionHook": "object|string", + "statusHook": "object|string" }, "required": [ "actionHook"