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
- 200
- 404
- 422
Successful Response
Not found
Validation Error