update totp code api description (#2358)
This commit is contained in:
@@ -31,8 +31,8 @@ LOG = structlog.get_logger()
|
|||||||
@base_router.post(
|
@base_router.post(
|
||||||
"/credentials/totp",
|
"/credentials/totp",
|
||||||
response_model=TOTPCode,
|
response_model=TOTPCode,
|
||||||
summary="Send TOTP code",
|
summary="Forward TOTP (2FA, MFA) code to Skyvern",
|
||||||
description="Send a TOTP code to the user",
|
description="Forward a TOTP (2FA, MFA) code to Skyvern",
|
||||||
tags=["Credentials"],
|
tags=["Credentials"],
|
||||||
openapi_extra={
|
openapi_extra={
|
||||||
"x-fern-sdk-group-name": "credentials",
|
"x-fern-sdk-group-name": "credentials",
|
||||||
|
|||||||
Reference in New Issue
Block a user