diff --git a/src/c3nav/api/api.py b/src/c3nav/api/api.py index ff262c28..caabd0cd 100644 --- a/src/c3nav/api/api.py +++ b/src/c3nav/api/api.py @@ -16,7 +16,7 @@ class AuthStatusSchema(Schema): """ key_type: APIKeyType = APIField( title="api key type", - description="the type of api KEY THAT IS BEING USED" + description="the type of api key that is being used" ) readonly: bool = APIField( title="read only",