Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update roledefinition filters to be in sync with the filters present in service #2586

Merged
merged 6 commits into from
Mar 7, 2018
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,10 @@
"roleName": {
"type": "string",
"description": "Returns role definition with the specific name."
},
"type": {
"type": "string",
"description": "Returns role definition with the specific type."
}
},
"description": "Role Definitions filter"
Expand Down