Skip to content

Commit 62e81bc

Browse files
committed
Correct description for #538
1 parent 5e5abe1 commit 62e81bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

server/src/main/java/invite/api/InvitationController.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ public InvitationController(MailBox mailBox,
111111
@Operation(summary = "Invite member for existing Role",
112112
description = """
113113
Invite a member for an existing role. An invitation email will be sent. Do not forget to set guestRoleIncluded to true.
114-
At least one email must be either present in invites or invitations. When using the invitations you can also specify the
114+
At least one email must be either present in invites or invitesWithInternalPlaceholderIdentifiers.
115+
When using the invitations you can also specify the
115116
internalPlaceholderIdentifier, which will be used as the id in the SCIM POST to /User.
116117
""",
117118
requestBody = @io.swagger.v3.oas.annotations.parameters.RequestBody(

0 commit comments

Comments
 (0)