Updates a rule by action code and rule ID.
cURL
curl --request PATCH \ --url https://api.authsignal.com/v1/management/action_configurations/{action_code}/rules/{rule_id} \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>", "isActive": true, "priority": 49, "type": "ALLOW", "conditions": {}, "verificationMethods": [ "SMS" ], "promptToEnrollVerificationMethods": [ "PASSKEY" ], "defaultVerificationMethod": "SMS" }'
{ "name": "<string>", "description": "<string>", "isActive": true, "priority": 49, "tenantId": "<string>", "ruleId": "<string>", "type": "ALLOW", "conditions": {}, "verificationMethods": [ "SMS" ], "promptToEnrollVerificationMethods": [ "PASSKEY" ], "defaultVerificationMethod": "SMS" }
The action code used to identify the action configuration.
The unique id of the rule which can be obtained when creating a rule or from the admin portal.
OK
The response is of type object.
object
Was this page helpful?