[Docs] api docs

This commit is contained in:
tv0924@icloud.com 2025-06-26 15:35:12 +09:00
commit 4deb032708
3 changed files with 33 additions and 7 deletions

View file

@ -42,8 +42,8 @@ async def start(url: str = Query(..., description="The URL to target for vulnera
"/start-false-true-verifing",
summary="시스템에 False-True 검증 작업 시작을 알림",
description="""
엔드포인트는 시스템에 False-True 방식의 검증 작업시작하도록 지시합니다.
또한 검증을 위해 준비된 작업 목록을 반환합니다.
엔드포인트는 시스템에 False-True 방식의 검증 작업시작되었음을 알립니다.
또한 시스템은 미리 준비된 오탐 검증 작업 목록을 반환합니다.
""",
tags=["2nd STEP"]
)