diff --git a/docs/sources/developers/http_api/team.md b/docs/sources/developers/http_api/team.md index c3bfab47411..f7eec3d6260 100644 --- a/docs/sources/developers/http_api/team.md +++ b/docs/sources/developers/http_api/team.md @@ -147,7 +147,7 @@ Status Codes: ## Add Team -The Team `name` needs to be unique. `name` is required and `email`,`orgId` is optional. +The Team `name` needs to be unique. `name` is required and `email` is optional. `POST /api/teams` @@ -170,7 +170,6 @@ Authorization: Bearer glsa_kcVxDhZtu5ISOZIEt { "name": "MyTestTeam", "email": "email@test.com", - "orgId": 2 } ```