Authenticator 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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.