Update Notification Groupput https://localhost:8501/lr-admin-api/notification-groups/{id}Updates Notification Groups in the system after validating the inputs.Path ParamsidintegerrequiredThe Notification Group Id stored in the database.Body ParamsThe body of the Notification Group.idintegerThe Notification Group Id stored in the system.dateUpdateddate-timeThe date when the Notification Group was modified. Shows creation date if recently created.recordStatusNamestringenumThe database status. Required for PUT operations. Valid values are "Active" or "Retired".RetiredActiveAllowed:RetiredActivetotalUsersintegerThe number of Users associated with a group.namestringrequiredlength ≤ 50The Notification Group name.shortDescriptionstringlength ≤ 255A short description of the Notification Group.longDescriptionstringlength ≤ 2000A detailed description of the Notification Group.Responses 200Returns the updated Notification Group. 403An unauthorized user tries to update a Notification Group. 404Validation failure or system is unable to update the Notification Group. 409A Notification Group with the specified name already exists.Updated 6 months ago