Skip to content

Commit

Permalink
Merge pull request #1332 from danmichaelo/fix-swagger-doc
Browse files Browse the repository at this point in the history
API docs: Add 'uri' parameter to groupMembers
  • Loading branch information
osma authored Jun 23, 2022
2 parents 089b8f5 + 1634137 commit 14d24cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,13 @@
"required": true,
"type": "string"
},
{
"name": "uri",
"in": "query",
"description": "URI of the group to return members from",
"required": true,
"type": "string"
},
{
"name": "lang",
"in": "query",
Expand Down

0 comments on commit 14d24cd

Please sign in to comment.