Skip to content

Commit

Permalink
Merge pull request #5011 from AnuradhaSK/fix-parent-user-invite-api
Browse files Browse the repository at this point in the history
Update parent org user inviting API param description
  • Loading branch information
AnuradhaSK authored Feb 2, 2025
2 parents a754a82 + ca175e1 commit 3fc9d10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ components:
- abc@gmail.com
userDomain:
type: string
description: User store domain of the user. If not provided, default userstore will be used.
description: Userstore domain of the inviting user in the parent organization. If not provided, DEFAULT userstore will be used by default.
example: DEFAULT
roles:
type: array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ components:
- abc@gmail.com
userDomain:
type: string
description: User store domain of the user. If not provided, default userstore will be used.
description: Userstore domain of the inviting user in the parent organization. If not provided, PRIMARY userstore will be used by default.
example: PRIMARY
roles:
type: array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ components:
- abc@gmail.com
userDomain:
type: string
description: User store domain of the user. If not provided, default userstore will be used.
description: Userstore domain of the inviting user in the parent organization. If not provided, PRIMARY userstore will be used by default.
example: PRIMARY
roles:
type: array
Expand Down

0 comments on commit 3fc9d10

Please sign in to comment.