Skip to main content
PUT
Error
This path is deprecated and will be removed in the following major release. Use /api/governance/access-profiles/{profile_id} instead.
This endpoint is available in Bifrost Enterprise only.

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>. Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.

Path Parameters

profile_id
integer
required

Body

application/json

Partial update. Omitted fields preserve the current value. rate_limit: null explicitly clears the existing rate limit; omitting the field preserves it. Update enforces size limits not enforced on create: max 100 provider_configs, max 100 budgets, max 50 tags.

name
string
Maximum string length: 255
description
string | null
tags
string[]
provider_configs
object[]
budgets
object[]
rate_limit
object | null
calendar_aligned
boolean | null
mcp_tool_groups
object[]
mcp_servers
object[]
mcp_tool_overrides
object[]

Response

Profile updated

access_profile
object