Update Notification Definition
Request
URI
PUT
https://{api_host}//api/notification-definitions/{id}
COPY
Request Body
notificationsUpdateNotificationDefinitionRequest of type(s) application/json
Required
{
"httpParameters": {
"relativePath": "string",
"payloadTemplate": "string",
"headers": [
{
"value": "string",
"key": "string"
}
]
},
"description": "string",
"notificationDestinationId": "string",
"retryCount": 0,
"emailParameters": {
"emailRecipients": [
"string"
],
"senderEmailAddress": "string",
"emailSubjectTemplate": "string",
"emailBodyTemplate": "string",
"senderName": "string"
},
"id": "string",
"name": "string"
}
string
description
Optional
description
string
notificationDestinationId
Optional
notificationDestinationId
integer As int32 As int32
retryCount
Optional
retryCount
string
id
Optional
id
string
name
Optional
name
Responses
200
Returns notificationsNotificationDefinitionId of type(s) */*
{
"id": "string"
}
string
id
Optional
id
404
Not Found
Operation doesn't return any data structure
Notification Definition Service Operations
POST
Create Notification Definition
DELETE
Delete Notification Definition
GET
Get Notification Definition
GET
List Notification Definitions
PUT
Update Notification Definition