Skip to content

Commit

Permalink
feat: add child team list route (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvanw authored and gr2m committed Nov 29, 2017
1 parent 1e07daf commit 14f18c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/routes.json
Expand Up @@ -2886,6 +2886,16 @@
},
"description": "List team members"
},
"get-child-teams": {
"url": "/teams/:id/teams",
"method": "GET",
"params": {
"$id": null,
"$page": null,
"$per_page": null
},
"description": "List child teams"
},
"get-team-membership": {
"url": "/teams/:id/memberships/:username",
"method": "GET",
Expand Down

0 comments on commit 14f18c2

Please sign in to comment.