mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 03:41:52 +09:00
[Docs] api docs
This commit is contained in:
parent
3c5db3c1fd
commit
4deb032708
3 changed files with 33 additions and 7 deletions
|
|
@ -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"]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue