update totp code api description (#2358)

This commit is contained in:
Shuchang Zheng
2025-05-15 20:07:27 -07:00
committed by GitHub
parent ecd0c79f8c
commit 89b68cab9e

View File

@@ -31,8 +31,8 @@ LOG = structlog.get_logger()
@base_router.post(
"/credentials/totp",
response_model=TOTPCode,
summary="Send TOTP code",
description="Send a TOTP code to the user",
summary="Forward TOTP (2FA, MFA) code to Skyvern",
description="Forward a TOTP (2FA, MFA) code to Skyvern",
tags=["Credentials"],
openapi_extra={
"x-fern-sdk-group-name": "credentials",