Skip to content

upsert_teams_config

POST
/v1/integrations/teams
curl --request POST \
--url https://api.adversarial.com/api/v1/integrations/teams \
--header 'Content-Type: application/json' \
--data '{ "channel_name": "example", "webhook_url": "example" }'
Media typeapplication/json
object
channel_name
string | null
webhook_url
string | null
Examplegenerated
{
"channel_name": "example",
"webhook_url": "example"
}

Configuration updated

Media typeapplication/json
object
channel_name
required
string
Examplegenerated
{
"channel_name": "example"
}

Configuration created

Media typeapplication/json
object
channel_name
required
string
Examplegenerated
{
"channel_name": "example"
}

Invalid configuration