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
Actions