Skip to content

Commit 81b55dd

Browse files
committed
docs(api): fix WebSocket path in async indexing docstring
Update docstring to use full versioned path /api/v1/ws/repos/{repo_id}/indexing to match the actual registered endpoint and websocket_url response.
1 parent 732f9e4 commit 81b55dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/routes/repos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ async def index_repository_async(
348348
Trigger async indexing for a repository.
349349
350350
Returns immediately with status 202. Connect to WebSocket at
351-
/ws/repos/{repo_id}/indexing to receive real-time progress updates.
351+
/api/v1/ws/repos/{repo_id}/indexing to receive real-time progress updates.
352352
"""
353353
user_id = auth.user_id
354354

0 commit comments

Comments
 (0)