Skip to content

Commit

Permalink
Specify security.get_role_mapping and security.get_role name as list (#…
Browse files Browse the repository at this point in the history
…53207)

This commit updates the rest API specs for

- security.get_role_mapping to specify name as a list type.
- security.get_role to specify name as a list type.
  • Loading branch information
russcam authored May 27, 2020
1 parent 56c4338 commit fc521ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"parts":{
"name":{
"type":"string",
"description":"Role name"
"type":"list",
"description":"A comma-separated list of role names"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"parts":{
"name":{
"type":"string",
"description":"Role-Mapping name"
"type":"list",
"description":"A comma-separated list of role-mapping names"
}
}
},
Expand Down

0 comments on commit fc521ef

Please sign in to comment.