Skip to content

Commit 7c15082

Browse files
committed
feat: update API documentation to specify retrieval of tool by module
1 parent 83b494f commit 7c15082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/tools/views/tool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ class ToolTreeView(APIView):
7373
authentication_classes = [TokenAuth]
7474

7575
@extend_schema(methods=['GET'],
76-
description=_('Get tool'),
77-
operation_id=_('Get tool'),
76+
description=_('Get tool by module'),
77+
operation_id=_('Get tool by module'),
7878
parameters=ToolTreeReadAPI.get_parameters(),
7979
responses=ToolTreeReadAPI.get_response(),
8080
tags=[_('Tool')])

0 commit comments

Comments
 (0)