We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2caf0b6 commit ec51641Copy full SHA for ec51641
descope/management/user.py
@@ -675,7 +675,7 @@ def load_users(
675
"""
676
if user_ids is None or len(user_ids) == 0:
677
raise AuthException(
678
- 400, ERROR_TYPE_INVALID_ARGUMENT, "At list one user id needs to be supplied"
+ 400, ERROR_TYPE_INVALID_ARGUMENT, "At least one user id needs to be supplied"
679
)
680
681
body: dict[str, Union[List[str], bool]] = {
0 commit comments