Skip to content

Commit

Permalink
Add expand parameter to graphrbac user list
Browse files Browse the repository at this point in the history
  • Loading branch information
UdiRaitblat committed Apr 19, 2020
1 parent 46f6fa5 commit 59cb82f
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 59cb82f

Please sign in to comment.