mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-29 12:10:28 +00:00
Update API specifications with fern api update (#3700)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
89666dba30
commit
a7d18adbf6
1 changed files with 38 additions and 0 deletions
|
|
@ -2531,6 +2531,17 @@
|
|||
],
|
||||
"title": "Tool Call Id"
|
||||
},
|
||||
"xpath": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Xpath"
|
||||
},
|
||||
"errors": {
|
||||
"anyOf": [
|
||||
{
|
||||
|
|
@ -8319,6 +8330,14 @@
|
|||
"examples": [
|
||||
"JBSWY3DPEHPK3PXP"
|
||||
]
|
||||
},
|
||||
"totp_type": {
|
||||
"$ref": "#/components/schemas/TotpType",
|
||||
"description": "Type of 2FA method used for this credential",
|
||||
"default": "none",
|
||||
"examples": [
|
||||
"authenticator"
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
|
|
@ -8657,6 +8676,14 @@
|
|||
"examples": [
|
||||
"user@example.com"
|
||||
]
|
||||
},
|
||||
"totp_type": {
|
||||
"$ref": "#/components/schemas/TotpType",
|
||||
"description": "Type of 2FA method used for this credential",
|
||||
"default": "none",
|
||||
"examples": [
|
||||
"authenticator"
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
|
|
@ -10927,6 +10954,17 @@
|
|||
],
|
||||
"title": "ThoughtType"
|
||||
},
|
||||
"TotpType": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"authenticator",
|
||||
"email",
|
||||
"text",
|
||||
"none"
|
||||
],
|
||||
"title": "TotpType",
|
||||
"description": "Type of 2FA/TOTP method used."
|
||||
},
|
||||
"UploadToS3Block": {
|
||||
"properties": {
|
||||
"label": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue