mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Implement the DocumentUpdate batch operation
This commit is contained in:
parent
78922a7c67
commit
e84119fc75
4 changed files with 51 additions and 7 deletions
|
@ -9,7 +9,7 @@ use uuid::Uuid;
|
|||
|
||||
use crate::{Error, TaskId};
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct TaskView {
|
||||
pub uid: TaskId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue