From 8e2aa68824a0886e7351f675ff8046d031778d1f Mon Sep 17 00:00:00 2001 From: Harshit Kumar Date: Wed, 1 Apr 2026 15:29:32 +0530 Subject: [PATCH] docs: fix API key mismatch in documentation and raw guradrail JSON --- product/guardrails/creating-raw-guardrails-in-json.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/guardrails/creating-raw-guardrails-in-json.mdx b/product/guardrails/creating-raw-guardrails-in-json.mdx index 6a26d16c..90cf269b 100644 --- a/product/guardrails/creating-raw-guardrails-in-json.mdx +++ b/product/guardrails/creating-raw-guardrails-in-json.mdx @@ -20,7 +20,7 @@ With the Raw Guardrails mode, you can achieve all this. "checks": [{ "id": "default.regexMatch", "parameters": { - "regex": "test" + "rule": "test" } }] }] @@ -41,7 +41,7 @@ In this example: "checks": [{ "id": "default.regexMatch", "parameters": { - "regex": "test" + "rule": "test" } }], "deny": false,