Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
remove pagination as a future capability
Browse files Browse the repository at this point in the history
  • Loading branch information
gmourier committed May 16, 2022
1 parent c6c76a6 commit 3a4a53f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions text/0060-tasks-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -711,11 +711,10 @@ This part demonstrates cursor paging on `/tasks`, but it should be equivalent fo

## 3. Future Possibilities

- Add a pagination system for on `/tasks` and `indexes/:indexUid/tasks` lists.
- Add enhanced filtering capabilities.
- Simplify `documentAddition` and `documentPartial` type and elaborate on `details` metadata.
- Use Hateoas capability to give direct access to a `task` resource.
- Add dedicated task type names modifying a sub-setting. e.g. `SearchableAttributesUpdate`.
- Reconsider existence of `/indexes/:indexUid/tasks/:taskUid` route since it is similar to `/tasks/:taskUid`.
- Add an archived state for old `tasks`.
- Indicate the `API Key` identity that added a `task`. It should not permits to
- Indicate the `API Key` identity that added a `task`.

0 comments on commit 3a4a53f

Please sign in to comment.