latestOpenAPI 3.0.12026-08-10434791.3 KB
4eedf1838ef4
Pool
Update a pool rule
Update a rule that assigns an attempt to a pool based on conditions.
patch/api/pool_rules/{poolRuleId}
Path parameters
poolRuleIdinteger required
ID of the rule
Request body
Example request
{
"poolId": "42",
"priority": 10
}Response
Pool rule updated
Example response
{
"id": "42",
"poolId": "42",
"priority": 10
}