From 7c9c4548a9316bf36464a12e439a381f3dce0dc0 Mon Sep 17 00:00:00 2001 From: Sam Machin Date: Fri, 16 Jan 2026 17:42:45 +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..3b0f712 100644 --- a/specs.json +++ b/specs.json @@ -550,7 +550,8 @@ "redirect": { "properties": { "id": "string", - "actionHook": "object|string" + "actionHook": "object|string", + "statusHook": "obejct|string" }, "required": [ "actionHook"