Skip to content

Commit 28be3d7

Browse files
committed
fix: add summary and operation ID to abort manual scraping session endpoint
1 parent 1fb4574 commit 28be3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routers/secure/scrape.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def update_item(item: MediaItem, data: DebridFile, session: ScrapingSession):
413413

414414
return {"message": f"Updated given data to {log_string}"}
415415

416-
@router.post("/scrape/abort_session/{session_id}")
416+
@router.post("/scrape/abort_session/{session_id}", summary="Abort a manual scraping session", operation_id="abort_manual_session")
417417
async def abort_manual_session(
418418
_: Request,
419419
background_tasks: BackgroundTasks,

0 commit comments

Comments
 (0)