mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Align the tasks route API to the new spec
This commit is contained in:
parent
c11d21879a
commit
d80e8b64af
2 changed files with 11 additions and 22 deletions
|
@ -371,7 +371,8 @@ impl From<Task> for TaskView {
|
|||
pub struct TaskListView {
|
||||
pub results: Vec<TaskView>,
|
||||
pub limit: usize,
|
||||
pub after: Option<TaskId>,
|
||||
pub from: Option<TaskId>,
|
||||
pub next: Option<TaskId>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue