Skip to content

Commit

Permalink
Documented inviterDisplayName in remote API for #338
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 20, 2024
1 parent 8e10455 commit db79b41
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,10 @@ public ResponseEntity<Role> role(@PathVariable("id") Long id,
"shortName": "Required short name - may be copy of name",
"description": "Required role description",
"defaultExpiryDays": 365,
"inviterDisplayName": "Free format field used in the invitation emails for this role (can be email address)"
"applicationUsages": [
{
"landingPage": "http://landingpage.com",
"landingPage": "https://landingpage.com",
"application": {
"manageId": "4",
"manageType": "SAML20_SP"
Expand Down

0 comments on commit db79b41

Please sign in to comment.