Docs: Remove org id from create team request docs (#95947)

* Remove org id from create team request docs

* remove reference to orgId
This commit is contained in:
Karl Persson 2024-11-06 13:53:48 +01:00 committed by GitHub
parent 86ef3c916d
commit 3311df6e3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}
```