don't scream at API docs readers
This commit is contained in:
parent
0e73643bb3
commit
8ac67ed014
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class AuthStatusSchema(Schema):
|
||||||
"""
|
"""
|
||||||
key_type: APIKeyType = APIField(
|
key_type: APIKeyType = APIField(
|
||||||
title="api key type",
|
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(
|
readonly: bool = APIField(
|
||||||
title="read only",
|
title="read only",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue