Governance
Update routing rule
Updates an existing routing rule's configuration.
put/api/governance/routing-rules/{rule_id}
Path parameters
rule_idstring required
Routing rule ID
Request body
Example request
{
"targets": [
{
"weight": 0.5
}
]
}Response
Routing rule updated successfully
Example response
{
"rule": {
"targets": [
{
"weight": 0.5
}
]
}
}