diff --git a/docs/sources/http_api/team.md b/docs/sources/http_api/team.md index 12b23e694d1..e62d4e75460 100644 --- a/docs/sources/http_api/team.md +++ b/docs/sources/http_api/team.md @@ -107,7 +107,7 @@ Status Codes: ## Add Team -The Team `name` needs to be unique. `name` is required and `email` is optional. +The Team `name` needs to be unique. `name` is required and `email`,`orgId` is optional. `POST /api/teams` @@ -121,7 +121,8 @@ Authorization: Basic YWRtaW46YWRtaW4= { "name": "MyTestTeam", - "email": "email@test.com" + "email": "email@test.com", + "orgId": 2 } ```