Portfolio Monitoring
Update Notification Policy
Update a notification policy by ID.
put/notification_policies/{notification_policy_id}
Path parameters
notification_policy_idstring uuid required
Request body
Example request
{
"attributes": [
"officers"
],
"recipients": [
"user@example.com",
"admin@example.com"
]
}Response
Response
Example response
{
"type": "email",
"attributes": [
"officers"
],
"recipients": [
"user@example.com",
"admin@example.com"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.