mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
Update API specifications with fern api update (#2960)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
8b9f923101
commit
80ec22c834
1 changed files with 12 additions and 2 deletions
|
|
@ -1285,7 +1285,7 @@
|
|||
"tags": [
|
||||
"Credentials"
|
||||
],
|
||||
"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.",
|
||||
"operationId": "send_totp_code_v1_credentials_totp_post",
|
||||
"parameters": [
|
||||
|
|
@ -1340,7 +1340,17 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"x-fern-sdk-method-name": "send_totp_code"
|
||||
"x-fern-sdk-method-name": "send_totp_code",
|
||||
"x-fern-examples": [
|
||||
{
|
||||
"code-samples": [
|
||||
{
|
||||
"sdk": "python",
|
||||
"code": "from skyvern import Skyvern\n\nskyvern = Skyvern(api_key=\"YOUR_API_KEY\")\nawait skyvern.send_totp_code(totp_code=\"123456\")\n"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"/v1/credentials": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue