mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-05 02:01:28 +09:00
[Docs] api docs
This commit is contained in:
parent
4deb032708
commit
05a095df7d
1 changed files with 2 additions and 2 deletions
|
|
@ -40,9 +40,9 @@ async def start(url: str = Query(..., description="The URL to target for vulnera
|
||||||
|
|
||||||
@app.post(
|
@app.post(
|
||||||
"/start-false-true-verifing",
|
"/start-false-true-verifing",
|
||||||
summary="시스템에 False-True 검증 작업 시작을 알림",
|
summary="시스템에 오탐 검증 작업 시작을 알림",
|
||||||
description="""
|
description="""
|
||||||
이 엔드포인트는 시스템에 False-True 방식의 검증 작업이 시작되었음을 알립니다.
|
이 엔드포인트는 시스템에 오탐 검증 작업이 시작되었음을 알립니다.
|
||||||
또한 시스템은 미리 준비된 오탐 검증 작업 목록을 반환합니다.
|
또한 시스템은 미리 준비된 오탐 검증 작업 목록을 반환합니다.
|
||||||
""",
|
""",
|
||||||
tags=["2nd STEP"]
|
tags=["2nd STEP"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue