From 81e4c1eeec48553dd322ab455d8a9df00a9ae44e Mon Sep 17 00:00:00 2001 From: Gabriel Lopes Date: Tue, 17 Dec 2024 17:15:23 -0300 Subject: [PATCH] Organization inviterUserId as nullable (#1819) Co-authored-by: Gabriel Lopes Co-authored-by: victoria --- .../backend/organization/create-organization-invitation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/backend/organization/create-organization-invitation.mdx b/docs/references/backend/organization/create-organization-invitation.mdx index c816e57742..dcf5ced83e 100644 --- a/docs/references/backend/organization/create-organization-invitation.mdx +++ b/docs/references/backend/organization/create-organization-invitation.mdx @@ -24,7 +24,7 @@ function createOrganizationInvitation( --- - `inviterUserId` - - `string` + - `string | null` The user ID of the user creating the invitation.