Teams
Creates a new team
Creates a new team with or without members
post/alerting/teams
Request body
Example request
{
"name": "API Team",
"member_ids": [
12345,
54321
]
}Response
Successful operation
Changes
No recorded changes to this endpoint across all 1 revision of this API.