mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
review all the return type
This commit is contained in:
parent
5f55e88484
commit
ac944f0960
5 changed files with 22 additions and 20 deletions
|
@ -16,7 +16,7 @@ pub struct TaskView {
|
|||
#[schema(value_type = u32, example = 4312)]
|
||||
pub uid: TaskId,
|
||||
/// The unique identifier of the index where this task is operated.
|
||||
#[schema(example = json!("movies"))]
|
||||
#[schema(value_type = Option<u32>, example = json!("movies"))]
|
||||
pub batch_uid: Option<BatchId>,
|
||||
#[serde(default)]
|
||||
pub index_uid: Option<String>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue