更新电话分配器

PUT /apiv2/voiceTriggers.json
调用权限

admin

curl 示例
curl https://{subdomain}.kf5.com/apiv2/voiceTriggers/1200012.json \
  -H "Content-Type: application/json" -v -u {email_address}:{password} -X PUT \
  -d {"voice_trigger": {"status":1, "title": "武汉服务支持"}}
返回示例
Status: 200 OK{
    "voice_trigger": {
        "id": 1200012,
        "title": "武汉服务支持",
        "status": 1,
        "created_at": "2017-11-22 11:23:09",
        "conditions": [
            1500004,
            1500005,
            1500006,
            1500007,
            1500008,
            1500009,
            1500011,
            1500013
        ]
    }}