Skip to content

Sets the operator's authoritative tier for an agent.

PUT
/v1/m/governance/agent-risk-profiles/{id}/tier
curl --request PUT \
--url https://example.com/v1/m/governance/agent-risk-profiles/example/tier \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "tier": "example" }'

Sets the operator’s authoritative tier for an agent. This is the “override” — the operator’s word takes precedence over the heuristic.

id
required
string

Path parameter id.

X-Olivares-Tenant
string format: uuid

Target tenant id; required when the principal can act in more than one tenant.

Media type application/json
Any of:
object
tier
Any of:

Case-insensitive after trimming: low, medium, high, critical, or empty/null to clear the operator override.

string
Example generated
{
"tier": "example"
}

OK

Media type application/json
object
Example generated
{}

Bad request

Media type application/json
object
Example generated
{}

Unauthenticated

Media type application/json
object
Example generated
{}

Forbidden

Media type application/json
object
Example generated
{}

Not found

Media type application/json
object
Example generated
{}

Conflict / setup required

Media type application/json
object
Example generated
{}

Rate limited

Media type application/json
object
Example generated
{}