Function acknowledge_notification

Source
pub async fn acknowledge_notification(
    platform_id: i64,
    ack_data: Json<AcknowledgeNotificationRequest>,
    user: User,
    db_manager: &State<Arc<DatabaseManager>>,
) -> Result<Json<Value>, (Status, Json<Value>)>
Expand description

Acknowledge a notification