# cce-service
A HydraExpress microservice for Cisco Contact Center Enterprise APIs.

## Usage
Start the service with `node .`

To test, run `hydra-cli rest cce-service:[post]/agents/41377/modify /temp/params.json`

### Example params.json
```json
{
  "action": "disable",
  "setting": "auto_answer",
  "user": "ccondry@cisco.com"
}
```
