update send totp code summary (#2952)

This commit is contained in:
Shuchang Zheng
2025-07-15 02:05:33 -07:00
committed by GitHub
parent 01710a4c52
commit cb67775e5f

View File

@@ -39,7 +39,7 @@ async def parse_totp_code(content: str) -> str | None:
@base_router.post(
"/credentials/totp",
response_model=TOTPCode,
summary="Send TOTP (2FA, MFA) code to Skyvern",
summary="Send TOTP code",
description="Forward a TOTP (2FA, MFA) email or sms message containing the code to Skyvern. This endpoint stores the code in database so that Skyvern can use it while running tasks/workflows.",
tags=["Credentials"],
openapi_extra={