Update API specifications with fern api update (#4155)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -10914,6 +10914,22 @@
|
|||||||
"examples": [
|
"examples": [
|
||||||
"authenticator"
|
"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",
|
"type": "object",
|
||||||
@@ -11299,6 +11315,22 @@
|
|||||||
"examples": [
|
"examples": [
|
||||||
"authenticator"
|
"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",
|
"type": "object",
|
||||||
|
|||||||
Reference in New Issue
Block a user