mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update team.md (#25277)
document didn't metion teams can assign an orgId.
This commit is contained in:
parent
29598d83ce
commit
1b4fd9ad3c
@ -107,7 +107,7 @@ Status Codes:
|
|||||||
|
|
||||||
## Add Team
|
## 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`
|
`POST /api/teams`
|
||||||
|
|
||||||
@ -121,7 +121,8 @@ Authorization: Basic YWRtaW46YWRtaW4=
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "MyTestTeam",
|
"name": "MyTestTeam",
|
||||||
"email": "email@test.com"
|
"email": "email@test.com",
|
||||||
|
"orgId": 2
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user