Skip to content

Commit c88d90b

Browse files
committed
refactor: remove unused 'status' field from API response schema
1 parent d405b06 commit c88d90b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/application/swagger_api/application_api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ def get_response_body_api():
6161
'user_id': openapi.Schema(type=openapi.TYPE_STRING, title=_("Affiliation user"),
6262
description=_("Affiliation user")),
6363

64-
'status': openapi.Schema(type=openapi.TYPE_BOOLEAN, title=_("Is publish"), description=_('Is publish')),
65-
6664
'create_time': openapi.Schema(type=openapi.TYPE_STRING, title=_("Creation time"),
6765
description=_('Creation time')),
6866

0 commit comments

Comments
 (0)