You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/quickstart.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ For implementation's sake we'll not dive deeper into modeling but you can find m
112
112
After modeling is completed, you need to send Permify Schema - the authorization model - to [Write Schema API](../../api-reference/schema/write-schema) for configuration of your authorization model on the Permify authorization service.
113
113
114
114
<Warning>
115
-
You'll see the **tenant_id** parameter in almost all Permify APIs including Write Schema. With version 0.3.x Permify became a tenancy-based authorization infrastructure, and supports multi-tenancy by default so it's a mandatory parameter when doing any operations.
115
+
You'll see the **tenant_id** parameter in almost all Permify APIs including Write Schema. With version 0.3.x Permify became tenancy-based authorization infrastructure, and supports multi-tenancy by default so it's a mandatory parameter when doing any operations.
116
116
117
117
We provide a pre-inserted tenant - **t1** - for ones that don't need/want to use multi-tenancy. So, we will be passing **t1** to all tenant id parameters throughout this guidance.
0 commit comments