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 (#4155)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
994461f69c
commit
6b006de008
1 changed files with 32 additions and 0 deletions
|
|
@ -10914,6 +10914,22 @@
|
|||
"examples": [
|
||||
"authenticator"
|
||||
]
|
||||
},
|
||||
"totp_identifier": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Totp Identifier",
|
||||
"description": "Identifier (email or phone number) used to fetch TOTP codes",
|
||||
"examples": [
|
||||
"user@example.com",
|
||||
"+14155550123"
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
|
|
@ -11299,6 +11315,22 @@
|
|||
"examples": [
|
||||
"authenticator"
|
||||
]
|
||||
},
|
||||
"totp_identifier": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Totp Identifier",
|
||||
"description": "Identifier (email or phone number) used to fetch TOTP codes",
|
||||
"examples": [
|
||||
"user@example.com",
|
||||
"+14155550123"
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue