v1
latestOpenAPI 3.1.02026-07-268342124.0 KBAuthenticator Configurations
Update Authenticator Configuration
Updates an authenticator configuration by authenticator ID.
patch/authenticator-configurations/{authenticator_id}
Path parameters
authenticator_idstring required
The authenticator ID used to identify the authenticator configuration.
Request body
Example request
{
"authenticatorId": "authenticator_123",
"isActive": true,
"verificationMethod": "SMS",
"smsChannel": "WHATSAPP"
}Response
OK
Example response
{
"authenticatorId": "authenticator_123",
"isActive": true,
"verificationMethod": "SMS",
"smsChannel": "WHATSAPP"
}