Skip to main content

Patch Agent Config

PATCH 

/api/agents/:agent_id

Partially update an agent configuration. Verifies the agent belongs to the current user's tenant.

Args: agent_id: The agent configuration ID updates: Dictionary of fields to update web_context: Current authenticated user service: AgentConfigService instance

Returns: The updated agent configuration

Raises: HTTPException: If configuration not found or doesn't belong to user's tenant

Request

Responses

Successful Response