Update OTP login config
Update an OTP login configuration by its identifier.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the app the request refers to. An application's unique identifier.
"54e9ujn"
"fvua38g"
The identifier of the login configuration. A login config unique identifier. It is prefixed with 'lcfg_'
"lcfg_01jqebhswje1ka1z7ahr9rfsgt"
Body
otp "otp"
sms, email "sms"
"tpl_01jqebhswje1ka1z7ahr9rfsgt"
"Prelude"
true
Session scopes attached to the session when a login completes through this OTP configuration (for example prld:pwd:write).
["prld:pwd:write"]
OTP code length (number of digits) used for verifications created through this login configuration. When omitted, the account default code size applies.
4 <= x <= 86
Response
OK