Actions
Bug #19103
closedRequesting a list on /arvados/v1/api_client_authorizations without a limit param returns an empty list
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
API
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
While working on #16115 I realized that not adding a limit=N
with N>0 param to a list query on ApiClientAuth objects seems to make the controller assume a zero value. The response is:
{"items":[],"kind":"arvados#apiClientAuthorizationList"}
We've probably forgot to set the default value on controller
's side.
Related issues
Updated by Lucas Di Pentima over 2 years ago
Updates at 9c3c0e4 - branch 19103-aca-list-default-limit
Test run: developer-run-tests: #3109
- Fixes the default Limit list option for the
APIClientAuthorizationList
endpoint. - Adds test.
Updated by Lucas Di Pentima over 2 years ago
- Status changed from In Progress to Resolved
Updated by Lucas Di Pentima over 2 years ago
- Related to Feature #16115: Cannot create "sharing" links (missing wb1 feature) added
Actions