This commit is contained in:
Alexis Lahouze 2017-05-13 11:17:25 +02:00
parent 0cda88693f
commit 08bc80aa82
2 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@ from .users import requires_auth
from ..fields import Object
# pylint: disable=invalid-name
ns = Namespace(
'scheduled_operation',
description='Scheduled operation management'

View File

@ -65,6 +65,7 @@ def requires_auth(f):
return wrapped
# pylint: disable=invalid-name
ns = Namespace('user', description='User management')
# Token with expiration time and type.