Hi team,
I would like to know whether we have the capability to extend the max failure time before locking a signer.
If possible, what's the REST API?
Thanks,
February 14Created
January 21Last Updated
5 years agoLast Reply
1Replies
8Views
2Users
0Likes
0Links
Duo_Liang | Posts: 3776
Reply to: Maximum Failure Time
Saturday, February 16, 2019 at 06:06am
0
votes
Hi Oliver,
You can assign the max failure time in your package setting with below REST call:
PUT /api/packages/{packageId}
{
"settings":{
"ceremony":{
"maxAuthFailsAllowed":5
}
}
}
By default, the maxAuthFailsAllowed attribute is 3, you can extend it as you see fit.
Hope this could help!
Duo
Reply to: Maximum Failure Time
Saturday, February 16, 2019 at 06:06am