Update Notification Destination
Request
URI
PUT
https://{api_host}/api/notification-destinations/{id}
COPY
Request Body
notificationsUpdateNotificationDestinationRequest
of type(s)
application/json
Required
"notificationsUpdateNotificationDestinationRequest Object"
string
username
Optional
username
string
authenticationType
Optional
Constraints:
default: UNKNOWN_AUTHENTICATION_TYPE
authenticationType
Possible values are :
UNKNOWN_AUTHENTICATION_TYPE,
NO_AUTH,
BASIC,
string
protocol
Optional
Constraints:
default: UNKNOWN_NOTIFICATION_PROTOCOL
protocol
Possible values are :
UNKNOWN_NOTIFICATION_PROTOCOL,
HTTP,
SMTP,
string
description
Optional
description
string
certificate
Optional
certificate
string
sslTlsVersion
Optional
Constraints:
default: UNKNOWN_TLS_VERSION
sslTlsVersion
Possible values are :
UNKNOWN_TLS_VERSION,
NO_CERT,
TLS1_2,
integer As int32
As int32
port
Optional
port
string
host
Optional
host
string
password
Optional
password
string
id
Optional
id
string
name
Optional
name
Responses
200
Returns
notificationsNotificationDestinationId
of type(s)
*/*
{
"id": "string"
}
string
id
Optional
id
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/notification-destinations/{id}
Notification Destination Service Operations
POST
Create Notification Destination
GET
List Notification Destinations
PUT
Update Notification Destination
DELETE
Delete Notification Destination
GET
Get Notification Destination