Skip to main content
PUT
Replace an alert destination.

Authorizations

X-API-Key
string
header
required

Infrawatch API key. Supply the complete key directly as the header value.

Path Parameters

project_uuid
string<uuid>
required
destination_uuid
string<uuid>
required

Body

application/json
enabled
boolean
required
kind
enum<string>
required
Available options:
email,
webhook,
slack,
teams,
pagerduty,
threatconnect,
linear,
jira
name
string
required
Required string length: 1 - 120
credential
string
write-only

Write-only provider credential, including Slack or Teams callback URLs. Omit on PUT to preserve the stored value.

Maximum string length: 4096
email_address
string<email>
routing_key
string

Provider route, such as a Linear team ID, Jira project key, or ThreatConnect owner name.

Maximum string length: 200
webhook_url
string<uri>

Public HTTPS endpoint for generic webhooks and provider base URLs. Query strings and fragments are rejected.

Response

Destination replaced.

destination
object
required