don't scream at API docs readers

This commit is contained in:
Laura Klünder 2023-12-04 19:32:11 +01:00
parent 0e73643bb3
commit 8ac67ed014

View file

@ -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",