feat: delete version for mcp and skills

This commit is contained in:
WangCham
2026-05-12 11:28:43 +08:00
parent 3db2ddd2c7
commit 3f7031b6f0
11 changed files with 26 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ class KnowledgeBaseRouterGroup(group.RouterGroup):
@self.route(
'/<knowledge_base_uuid>',
methods=['GET', 'DELETE', 'PUT'],
auth_type=group.AuthType.USER_TOKEN_OR_API_KEY,
auth_type=group.AuthType. USER_TOKEN_OR_API_KEY,
)
async def handle_specific_knowledge_base(knowledge_base_uuid: str) -> quart.Response:
if quart.request.method == 'GET':