diff options
Diffstat (limited to 'opendc/api/v2/users/userId/authorizations')
| -rw-r--r-- | opendc/api/v2/users/userId/authorizations/endpoint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/api/v2/users/userId/authorizations/endpoint.py b/opendc/api/v2/users/userId/authorizations/endpoint.py index 161034e1..75bde5fb 100644 --- a/opendc/api/v2/users/userId/authorizations/endpoint.py +++ b/opendc/api/v2/users/userId/authorizations/endpoint.py @@ -10,7 +10,7 @@ def GET(request): # Make sure required parameters are there try: - request.check_required_parameters(path={'userId': 'int'}) + request.check_required_parameters(path={'userId': 'string'}) except exceptions.ParameterError as e: return Response(400, str(e)) |
