fix: Modify openAPI description (#3231)
This commit is contained in:
parent
87ab2178bf
commit
e0bfe0cd73
@ -27,9 +27,9 @@ class ApplicationChatRecord(APIView):
|
||||
|
||||
@extend_schema(
|
||||
methods=['GET'],
|
||||
description=_("Get the conversation list"),
|
||||
summary=_("Get the conversation list"),
|
||||
operation_id=_("Get the conversation list"), # type: ignore
|
||||
description=_("Get the conversation record list"),
|
||||
summary=_("Get the conversation record list"),
|
||||
operation_id=_("Get the conversation record list"), # type: ignore
|
||||
request=ApplicationChatRecordQueryAPI.get_request(),
|
||||
parameters=ApplicationChatRecordQueryAPI.get_parameters(),
|
||||
responses=ApplicationChatRecordQueryAPI.get_response(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user