# Updates the working channel of an agent Updates the working channel of an agent Endpoint: PUT /beta/agents/{agentId}/presence/working-channel Version: beta Security: ApiKeyAuth ## Path parameters: - `agentId` (string, required) The agent id ## Request fields (application/json): - `channel` (string, required) values: [Email, InteractiveChat, Messaging, Speak] - `working` (boolean, required) ## Response 400 fields (application/json): - `message` (string, required) ## Response 500 fields (application/json): - `message` (string, required) ## Response 204 fields