updated tech implementation section

This commit is contained in:
IvanaH8
2021-02-19 12:37:20 +01:00
parent 45a0945a6b
commit bc1e370d7d
11 changed files with 68 additions and 32 deletions

View File

@@ -371,7 +371,7 @@ class UserTokenListAPIHandler(APIHandler):
except ValueError:
raise web.HTTPError(
403,
"Requested token roles %r have higher permissions than the token owner"
"Requested roles %r cannot have higher permissions than the token owner"
% token_roles,
)
if requester is not user: