From 14f18c20f1aba099462d1cb907f7a41ca5945e9e Mon Sep 17 00:00:00 2001 From: Nick Van Wiggeren Date: Tue, 28 Nov 2017 20:43:47 -0500 Subject: [PATCH] feat: add child team list route (#664) --- lib/routes.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/routes.json b/lib/routes.json index dd5f4ffff6..f7fc91b50e 100644 --- a/lib/routes.json +++ b/lib/routes.json @@ -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",