notifications
Update notification
Update an existing notification configuration
put/notifications/{id}
Path parameters
idstring required
Request body
Example request
{
"type": "email",
"name": "Admin Email Notifications"
}Response
Operation successful
Example response
{
"success": true,
"msg": "Operation completed successfully"
}