-
Notifications
You must be signed in to change notification settings - Fork 26
Labels
bugSomething isn't workingSomething isn't working
Description
job_ids: Annotated[list[int], Query()], job_ids: Annotated[list[int], Query()], jobs_ids: Annotated[list[int], Query()],
This generates queries that can quickly become very long and very limited by the URL max length:
https://diracx.app/api/jobs/?job_ids=0&job_ids=12&job_ids=...
Trying to delete 1,000 elements in a single call generates an error for instance.
@TheauW bumps into the issue while making tests with diracx-web
.
Is there any particular reason not to use the body here?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working