From 8ac67ed01467cd8255e19d53abe6c6d2eec3d849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Mon, 4 Dec 2023 19:32:11 +0100 Subject: [PATCH] don't scream at API docs readers --- src/c3nav/api/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",