pub async fn extras_notifications_bulk_partial_update(
configuration: &Configuration,
notification_request: Vec<NotificationRequest>,
) -> Result<Vec<Notification>, Error<ExtrasNotificationsBulkPartialUpdateError>>Expand description
Patch a list of notification objects.