Update Notification Destination
Request
URI
PUT
https://{api_host}//api/notification-destinations/{id}
COPY
Request Body
notificationsUpdateNotificationDestinationRequest of type(s) application/json
Required
{
"username": "string",
"authenticationType": "string",
"protocol": "string",
"description": "string",
"certificate": "string",
"sslTlsVersion": "string",
"port": 0,
"host": "string",
"password": "string",
"id": "string",
"name": "string"
}
string
username
Optional
username
string
description
Optional
description
string
certificate
Optional
certificate
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
Notification Destination Service Operations
POST
Create Notification Destination
DELETE
Delete Notification Destination
GET
Get Notification Destination
GET
List Notification Destinations
PUT
Update Notification Destination