Teams
Create team notification rule
post/api/v2/team/{team_id}/notification-rules
Path parameters
team_idstring required
None
Request body
Example request
{
"data": {
"id": "b8626d7e-cedd-11eb-abf5-da7ad0900001",
"type": "team_notification_rules"
}
}Response
OK
Example response
{
"data": {
"id": "b8626d7e-cedd-11eb-abf5-da7ad0900001",
"type": "team_notification_rules"
}
}