Skip to content

Update Slack settings

Request

Security
basicAuth
Bodyapplication/jsonrequired
tokenstringrequired
team_idstring or nullrequired
team_namestring or nullrequired
scopestring or nullrequired
curl -i -X PUT \
  -u '<username>:<password>' \
  https://api.mailgun.net/v1/alerts/settings/slack \
  -H 'Content-Type: application/json' \
  -d '{
    "token": "string",
    "team_id": "string",
    "team_name": "string",
    "scope": "string"
  }'

Responses

A 204 response

Response
No content