From 4949d78256ffc91ab5635199c31aed637a1386d8 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Sat, 12 Apr 2025 02:29:55 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d647f76..fe655b6 100644 --- a/README.md +++ b/README.md @@ -476,7 +476,7 @@ const memberships = await client.projects().inviteMembers({ - `projectId`: (string): The ID of the project to invite members to - `emails`: (string[]): An array of emails of the users to invite to the project. - `usernames`: (string[]) An array of usernames of the users to invite to the project. -`roleSlugs`: (string[]): An array of role slugs to assign to the members. If not specified, this will default to `member`. +- `roleSlugs`: (string[]): An array of role slugs to assign to the members. If not specified, this will default to `member`. **Returns:** - `ApiV1OrganizationAdminProjectsProjectIdGrantAdminAccessPost200ResponseMembership`: An array of the created project memberships.