File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ const memberships = await client.projects().inviteMembers({
476
476
- ` projectId ` : (string): The ID of the project to invite members to
477
477
- ` emails ` : (string[ ] ): An array of emails of the users to invite to the project.
478
478
- ` 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 ` .
480
480
481
481
** Returns:**
482
482
- ` ApiV1OrganizationAdminProjectsProjectIdGrantAdminAccessPost200ResponseMembership ` : An array of the created project memberships.
You can’t perform that action at this time.
0 commit comments