feat: update API documentation to specify retrieval of tool by module

This commit is contained in:
CaptainB 2025-04-18 19:05:53 +08:00
parent 83b494f700
commit 7c15082e53

View File

@ -73,8 +73,8 @@ class ToolTreeView(APIView):
authentication_classes = [TokenAuth]
@extend_schema(methods=['GET'],
description=_('Get tool'),
operation_id=_('Get tool'),
description=_('Get tool by module'),
operation_id=_('Get tool by module'),
parameters=ToolTreeReadAPI.get_parameters(),
responses=ToolTreeReadAPI.get_response(),
tags=[_('Tool')])