Skip to content

Commit 089e7bf

Browse files
committed
Change hyphen to underscore for variable
1 parent a5cd0fa commit 089e7bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/cloudflare-one/policies/gateway/http-policies/common-policies.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
261261
],
262262
"traffic": "",
263263
"identity": "",
264-
"device_posture": "any(device_posture.checks.passed[*] in {\"<POSTURE-CHECK-UUID>\"})"
264+
"device_posture": "any(device_posture.checks.passed[*] in {\"<POSTURE_CHECK_UUID>\"})"
265265
}'
266266
```
267267

@@ -300,7 +300,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
300300
],
301301
"traffic": "",
302302
"identity": "",
303-
"device_posture": "any(device_posture.checks.passed[*] in {\"<POSTURE-CHECK-1-UUID>\"}) or any(device_posture.checks.passed[*] in {\"<POSTURE-CHECK-2-UUID>\"})"
303+
"device_posture": "any(device_posture.checks.passed[*] in {\"<POSTURE_CHECK_1_UUID>\"}) or any(device_posture.checks.passed[*] in {\"<POSTURE_CHECK_2_UUID>\"})"
304304
}'
305305
```
306306

0 commit comments

Comments
 (0)