Skip to content

Commit 0ca8db0

Browse files
committed
fix: Modify openAPI description
1 parent 87ab217 commit 0ca8db0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/application/views/application_chat_record.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ class ApplicationChatRecord(APIView):
2727

2828
@extend_schema(
2929
methods=['GET'],
30-
description=_("Get the conversation list"),
31-
summary=_("Get the conversation list"),
32-
operation_id=_("Get the conversation list"), # type: ignore
30+
description=_("Get the conversation record list"),
31+
summary=_("Get the conversation record list"),
32+
operation_id=_("Get the conversation record list"), # type: ignore
3333
request=ApplicationChatRecordQueryAPI.get_request(),
3434
parameters=ApplicationChatRecordQueryAPI.get_parameters(),
3535
responses=ApplicationChatRecordQueryAPI.get_response(),

0 commit comments

Comments
 (0)