fix api doc

This commit is contained in:
jxxghp
2023-11-24 14:00:52 +08:00
parent dec80b6567
commit f8edf79c59
3 changed files with 5 additions and 5 deletions

View File

@@ -264,7 +264,7 @@ def delete_subscribe(
async def seerr_subscribe(request: Request, background_tasks: BackgroundTasks,
authorization: str = Header(None)) -> Any:
"""
Jellyseerr/Overseerr订阅
Jellyseerr/Overseerr网络勾子通知订阅
"""
if not authorization or authorization != settings.API_TOKEN:
raise HTTPException(