Skip to content

Commit

Permalink
Add expand parameter to graphrbac user list (#9127)
Browse files Browse the repository at this point in the history
  • Loading branch information
UdiRaitblat authored Apr 22, 2020
1 parent cda732a commit 32e56f0
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1696,6 +1696,13 @@
"type": "string",
"description": "The filter to apply to the operation."
},
{
"name": "$expand",
"in": "query",
"required": false,
"type": "string",
"description": "The expand value for the operation result."
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
Expand Down

0 comments on commit 32e56f0

Please sign in to comment.