mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
refactor: remove unused 'status' field from API response schema
This commit is contained in:
parent
d405b06016
commit
c88d90b2f5
|
|
@ -61,8 +61,6 @@ class ApplicationApi(ApiMixin):
|
|||
'user_id': openapi.Schema(type=openapi.TYPE_STRING, title=_("Affiliation user"),
|
||||
description=_("Affiliation user")),
|
||||
|
||||
'status': openapi.Schema(type=openapi.TYPE_BOOLEAN, title=_("Is publish"), description=_('Is publish')),
|
||||
|
||||
'create_time': openapi.Schema(type=openapi.TYPE_STRING, title=_("Creation time"),
|
||||
description=_('Creation time')),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue