Skip to content

Commit 1d236a2

Browse files
small update
1 parent f9b85ec commit 1d236a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

product/guardrails/creating-raw-guardrails-in-json.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ With the Raw Guardrails mode, you can achieve all this.
1414
### Example of a Raw Guardrail
1515

1616
```JSON
17-
"beforeRequestHooks": [{
17+
"before_request_hooks": [{
1818
"type": "guardrail",
1919
"id": "my_solid_guardrail",
2020
"checks": [{
@@ -35,7 +35,7 @@ In this example:
3535
### Configuring Guardrail Actions
3636

3737
```JSON
38-
"beforeRequestHooks": [{
38+
"before_request_hooks": [{
3939
"type": "guardrail",
4040
"id": "my_solid_guardrail",
4141
"checks": [{

0 commit comments

Comments
 (0)