From 8771e3f22f54fff9b2dc845690403bd225848cc7 Mon Sep 17 00:00:00 2001 From: Sam Machin Date: Wed, 21 Jan 2026 12:22:54 +0000 Subject: [PATCH] add statusHook to redirect (#120) --- 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"