v1
latestOpenAPI 3.1.02026-07-241695611.0 MBPortfolio 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"
]
}