POST /verified-authenticator/voting-configuration/updateapplication/json| Parameter | Type | Required | Description |
|---|---|---|---|
configurationId | string | No | The unique identifier of the configuration to update |
name | string | Yes | Updated name for the voting configuration |
timeLimit | integer | Yes | Time limit for voting in seconds |
strategy | string | Yes | Voting strategy to use |
percentageRequired | integer | No | Minimum vote percentage (0-100) for minimum_percentage strategy |
deviceIdentifiers | array[string] | No | Authenticator device identifiers. Empty array applies to all profile Authenticators |
| Strategy | Description |
|---|---|
unanimous | All responding Authenticators must vote "yes" |
consensus | Majority of responding Authenticators must vote "yes" |
affirmative | At least one Authenticator must vote "yes" |
minimum_percentage | Specific percentage must vote "yes" (requires percentageRequired) |
configurationId to update a specific configurationdeviceIdentifiers array applies configuration to all profile AuthenticatorspercentageRequired is only used with minimum_percentage strategy