Skip to content

Commit 4949d78

Browse files
Update README.md
1 parent d33090a commit 4949d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ const memberships = await client.projects().inviteMembers({
476476
- `projectId`: (string): The ID of the project to invite members to
477477
- `emails`: (string[]): An array of emails of the users to invite to the project.
478478
- `usernames`: (string[]) An array of usernames of the users to invite to the project.
479-
`roleSlugs`: (string[]): An array of role slugs to assign to the members. If not specified, this will default to `member`.
479+
- `roleSlugs`: (string[]): An array of role slugs to assign to the members. If not specified, this will default to `member`.
480480

481481
**Returns:**
482482
- `ApiV1OrganizationAdminProjectsProjectIdGrantAdminAccessPost200ResponseMembership`: An array of the created project memberships.

0 commit comments

Comments
 (0)