summaryrefslogtreecommitdiffstats
path: root/api4/team.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement a few team endpoints for APIv4 (#5296)Joram Wilander2017-02-071-0/+64
| | | | | | | | * Implement GET /teams/{team_id} endpoint for APIv4 * Implement GET /users/{user_id}/teams endpoint for APIv4 * Implement GET /teams/{team_id}/members/{user_id} endpoint for APIv4
* Implement POST /teams endpoint (#5220)Joram Wilander2017-01-311-0/+42