UpdateUnifiedAgent modifies an agent.
PATCH/api/v1/auth/unified-agents/:id
Parameters
- id: Required, agent to update
- agent_type: Optional, change type
- channels: Optional, change channels
- status: Optional, change status
Side Effects
- Creates audit entry
Errors
- NOT_FOUND: Agent does not exist
- PERMISSION_DENIED: Caller lacks agents:write permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.