Turns on agents’ sound notifications by agent ID.
Permissions
---- Permissions:INTEGRATOR,SUPERVISOR ----
HTTP Request
PUT /api/v1/agents/1/notification/sound HTTP/1.1 Content-Type: application/json Authorization: Bearer <integrator_token> Content-Length: 25 Host: localhost: 8080 { "turnedOn": true }
Example of a Successful HTTP Response
HTTP/1.1 200 OK Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers