Update Agent Config
PUT/api/agents/:agent_id
Update an agent configuration. Verifies the agent belongs to the current user's tenant.
Args: agent_id: The agent configuration ID request: The update details 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