Update API specifications with fern api update (#4155)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Shuchang Zheng
2025-12-02 07:21:15 -08:00
committed by GitHub
parent 994461f69c
commit 6b006de008

View File

@@ -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",