From fe58fe97f7debe91938c61959a540e5777848aa8 Mon Sep 17 00:00:00 2001 From: mayabarak Date: Tue, 31 Dec 2024 16:07:30 +0200 Subject: [PATCH] add doc on using type --- docs/how-to/build-policies/abac/building-abac-policy.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/how-to/build-policies/abac/building-abac-policy.mdx b/docs/how-to/build-policies/abac/building-abac-policy.mdx index 07fd8198..acc8bc1a 100644 --- a/docs/how-to/build-policies/abac/building-abac-policy.mdx +++ b/docs/how-to/build-policies/abac/building-abac-policy.mdx @@ -17,6 +17,11 @@ description: Learn how to build an ABAC policy in Permit.io
+:::warning +**Please note that you can't use the key `type` for any attribute you create, as it is a reserved keyword.** +::: + + # Follow-along Example There are several steps we want to consider when creating an ABAC Policy with the use of the UI.