Updates an action configuration by action code.
cURL
curl --request PATCH \ --url https://api.authsignal.com/v1/management/action-configurations/{action_code} \ --header 'Content-Type: application/json' \ --data '{ "defaultUserActionResult": "ALLOW", "messagingTemplates": {}, "verificationMethods": [ "SMS" ], "promptToEnrollVerificationMethods": [ "PASSKEY" ], "defaultVerificationMethod": "SMS" }'
{ "lastActionCreatedAt": "<string>", "actionCode": "<string>", "tenantId": "<string>", "defaultUserActionResult": "ALLOW", "messagingTemplates": {}, "verificationMethods": [ "SMS" ], "promptToEnrollVerificationMethods": [ "PASSKEY" ], "defaultVerificationMethod": "SMS" }
The action code used to identify the action configuration.
OK
The response is of type object.
object
Was this page helpful?